summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | net_sched: cls_flow: remove duplicate assignmentsJiri Pirko2014-12-08
| * | | | | | | | | | | | | | | net_sched: cls_flow: remove faulty use of list_for_each_entry_rcuJiri Pirko2014-12-08
| * | | | | | | | | | | | | | | net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcuJiri Pirko2014-12-08
| * | | | | | | | | | | | | | | net_sched: cls_bpf: remove unnecessary iteration and use passed argJiri Pirko2014-12-08
| * | | | | | | | | | | | | | | net_sched: cls_basic: remove unnecessary iteration and use passed argJiri Pirko2014-12-08
| * | | | | | | | | | | | | | | tipc: convert name table read-write lock to RCUYing Xue2014-12-08
| * | | | | | | | | | | | | | | tipc: remove unnecessary INIT_LIST_HEADYing Xue2014-12-08
| * | | | | | | | | | | | | | | tipc: simplify relationship between name table lock and node lockYing Xue2014-12-08
| * | | | | | | | | | | | | | | tipc: any name table member must be protected under name table lockYing Xue2014-12-08
| * | | | | | | | | | | | | | | tipc: ensure all name sequences are properly protected with its lockYing Xue2014-12-08
| * | | | | | | | | | | | | | | tipc: ensure all name sequences are released when name table is stoppedYing Xue2014-12-08
| * | | | | | | | | | | | | | | tipc: make name table allocated dynamicallyYing Xue2014-12-08
| * | | | | | | | | | | | | | | tipc: remove size variable from publ_list structYing Xue2014-12-08
| * | | | | | | | | | | | | | | udp: Neaten and reduce size of compute_score functionsJoe Perches2014-12-08
| * | | | | | | | | | | | | | | net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn2014-12-08
| * | | | | | | | | | | | | | | ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn2014-12-08
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-05
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-12-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | netfilter: ipset: Explicitly add padding elements to hash:net, net and hash:n...Jozsef Kadlecsik2014-12-03
| | * | | | | | | | | | | | | | netfilter: ipset: Allocate the proper size of memory when /0 networks are sup...Jozsef Kadlecsik2014-12-03
| | * | | | | | | | | | | | | | netfilter: ipset: Simplify cidr handling for hash:*net* typesJozsef Kadlecsik2014-12-03
| | * | | | | | | | | | | | | | netfilter: ipset: Indicate when /0 networks are supportedJozsef Kadlecsik2014-12-03
| | * | | | | | | | | | | | | | netfilter: ipset: Alignment problem between 64bit kernel 32bit userspaceJozsef Kadlecsik2014-12-03
| | * | | | | | | | | | | | | | netfilter: ipset: Support updating extensions when the set is fullJozsef Kadlecsik2014-12-03
| | * | | | | | | | | | | | | | netfilter: nf_log_ipv6: correct typo in module descriptionSteven Noonan2014-11-28
| | * | | | | | | | | | | | | | netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso2014-11-27
| | * | | | | | | | | | | | | | netfilter: nf_tables_bridge: set the pktinfo for IPv4/IPv6 trafficAlvaro Neira2014-11-27
| | * | | | | | | | | | | | | | netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functionsAlvaro Neira2014-11-27
| | * | | | | | | | | | | | | | netfilter: conntrack: avoid zeroing timerFlorian Westphal2014-11-27
| | * | | | | | | | | | | | | | netfilter: xt_recent: relax ip_pkt_list_tot restrictionsFlorian Westphal2014-11-27
| * | | | | | | | | | | | | | | bridge: add brport flags to dflt bridge_getlinkScott Feldman2014-12-02
| * | | | | | | | | | | | | | | bridge: move private brport flags to if_bridge.h so port drivers can use flagsScott Feldman2014-12-02
| * | | | | | | | | | | | | | | bridge: add API to notify bridge driver of learned FBD on offloaded deviceScott Feldman2014-12-02
| * | | | | | | | | | | | | | | bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman2014-12-02
| * | | | | | | | | | | | | | | net-sysfs: expose physical switch id for particular deviceJiri Pirko2014-12-02
| * | | | | | | | | | | | | | | rtnl: expose physical switch id for particular deviceJiri Pirko2014-12-02
| * | | | | | | | | | | | | | | net: introduce generic switch devices supportJiri Pirko2014-12-02
| * | | | | | | | | | | | | | | net: rename netdev_phys_port_id to more generic nameJiri Pirko2014-12-02
| * | | | | | | | | | | | | | | net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-02
| * | | | | | | | | | | | | | | bridge: convert flags in fbd entry into bitfieldsJiri Pirko2014-12-02
| * | | | | | | | | | | | | | | bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusionJiri Pirko2014-12-02
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue2014-11-26
| * | | | | | | | | | | | | | | | tipc: use generic SKB list APIs to manage link receive queueYing Xue2014-11-26
| * | | | | | | | | | | | | | | | tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue2014-11-26
| * | | | | | | | | | | | | | | | tipc: use generic SKB list APIs to manage link transmission queueYing Xue2014-11-26
| * | | | | | | | | | | | | | | | tipc: use skb_queue_walk_safe marco to simplify link_prepare_wakeup routineYing Xue2014-11-26
| * | | | | | | | | | | | | | | | tipc: remove unused between routineYing Xue2014-11-26
| * | | | | | | | | | | | | | | | tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDYing Xue2014-11-26
| * | | | | | | | | | | | | | | | tipc: clean up the process of link pushing packetsYing Xue2014-11-26