summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipt_CLUSTERIP: use proper net namespace to operate CLUSTERIPGao feng2013-10-171-4/+6
* netfilter: ipt_CLUSTERIP: create proc entry under proper ipt_CLUSTERIP directoryGao feng2013-10-171-1/+1
* netfilter: ipt_CLUSTERIP: add parameter net in clusterip_config_find_getGao feng2013-10-171-6/+6
* netfilter: ipt_CLUSTERIP: make clusterip_lock per net namespaceGao feng2013-10-171-7/+11
* netfilter: ipt_CLUSTERIP: make clusterip_list per net namespaceGao feng2013-10-171-5/+7
* netfilter: ipt_CLUSTERIP: make proc directory per net namespaceGao feng2013-10-171-19/+51
* netfilter: xt_socket: use sock_gen_put()Eric Dumazet2013-10-171-11/+2Star
* ipvs: improved SH fallback strategyAlexander Frolkin2013-10-151-10/+29
* ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov2013-10-153-7/+3Star
* inet: rename ir_loc_port to ir_numEric Dumazet2013-10-109-17/+17
* tcp: use ACCESS_ONCE() in tcp_update_pacing_rate()Eric Dumazet2013-10-101-1/+6
* inet: includes a sock_common in request_sockEric Dumazet2013-10-1015-155/+155
* net: gro: allow to build full sized skbEric Dumazet2013-10-101-17/+26
* fib_trie: only calc for the un-first nodebaker.zhang2013-10-101-5/+1Star
* net: fix build errors if ipv6 is disabledEric Dumazet2013-10-093-3/+11
* udp: fix a typo in __udp4_lib_mcast_demux_lookupEric Dumazet2013-10-091-1/+1
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-0928-239/+189Star
* tcp/dccp: remove twchainEric Dumazet2013-10-098-240/+122Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-0927-69/+153
|\
| * pkt_sched: fq: fix non TCP flows pacingEric Dumazet2013-10-092-11/+10Star
| * net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde2013-10-081-1/+1
| * pkt_sched: fq: fix typo for initial_quantumEric Dumazet2013-10-081-1/+1
| * ipv6: Fix the upper MTU limit in GRE tunnelOussama Ghorbel2013-10-081-2/+1Star
| * l2tp: Fix build warning with ipv6 disabled.David S. Miller2013-10-081-5/+8
| * 6lowpan: Sync default hardware address of lowpan links to their wpanAlan Ott2013-10-081-0/+3
| * 6lowpan: Only make 6lowpan links to IEEE802154 devicesAlan Ott2013-10-081-0/+2
| * net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman2013-10-071-2/+2
| * ipv4: fix ineffective source address selectionJiri Benc2013-10-071-1/+1
| * net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-071-4/+4
| * ipv6: Allow the MTU of ipip6 tunnel to be set below 1280Oussama Ghorbel2013-10-071-2/+10
| * netif_set_xps_queue: make cpu mask constMichael S. Tsirkin2013-10-071-1/+2
| * tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet2013-10-041-1/+4
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-10-035-14/+22
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-035-14/+22
| | |\
| | | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-09-305-14/+22
| | | |\
| | | | * cfg80211: fix sysfs registration raceJohannes Berg2013-09-261-8/+13
| | | | * mac80211: fix the setting of extended supported rate IEChun-Yeow Yeoh2013-09-261-4/+1Star
| | | | * mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau2013-09-261-0/+3
| | | | * cfg80211: fix warning when using WEXT for IBSSBruno Randolf2013-09-261-0/+3
| | | | * cfg80211: use the correct macro to check for active monitor supportLuciano Coelho2013-09-261-2/+2
| * | | | net: heap overflow in __audit_sockaddr()Dan Carpenter2013-10-032-4/+22
| * | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-10-033-16/+31
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | batman-adv: set up network coding packet handlers during module initMatthias Schiffer2013-10-023-16/+31
| * | | | l2tp: fix kernel panic when using IPv4-mapped IPv6 addressesFrançois Cachereul2013-10-022-4/+26
| * | | | net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2013-10-022-2/+2
| * | | | tcp: Always set options to 0 before calling tcp_established_optionsAndi Kleen2013-10-021-0/+2
| * | | | unix_diag: fix info leakMathias Krause2013-10-021-0/+1
| |/ / /
* | | | cgroup: cls: remove unnecessary task_cls_classidGao feng2013-10-081-2/+2
* | | | cgroup: netprio: remove unnecessary task_netprioidxGao feng2013-10-081-2/+1Star
* | | | net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer2013-10-083-4/+5