summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* decnet: use correct RCU API to deref sk_dst_cache fieldCong Wang2013-01-283-4/+6
* irda: buffer overflow in irnet_ctrl_read()Dan Carpenter2013-01-271-59/+58
* soreuseport: fix use of uid in tb->fastuidTom Herbert2013-01-271-7/+4
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-01-2724-401/+950
|\
| * netfilter: nf_conntrack: fix compilation if sysctl are disabledPablo Neira Ayuso2013-01-231-2/+9
| * netfilter: nf_conntrack: refactor l4proto support for netnsGao feng2013-01-237-103/+197
| * netfilter: nf_conntrack: refactor l3proto support for netnsGao feng2013-01-233-38/+41
| * netfilter: nf_ct_proto: move initialization out of pernet_operationsGao feng2013-01-232-18/+29
| * netfilter: nf_ct_labels: move initialization out of pernet_operationsGao feng2013-01-232-16/+12
| * netfilter: nf_ct_helper: move initialization out of pernet_operationsGao feng2013-01-232-32/+36
| * netfilter: nf_ct_timeout: move initialization out of pernet_operationsGao feng2013-01-232-23/+15
| * netfilter: nf_ct_ecache: move initialization out of pernet_operationsGao feng2013-01-232-28/+24
| * netfilter: nf_ct_tstamp: move initialization out of pernet_operationsGao feng2013-01-232-28/+26
| * netfilter: nf_ct_acct: move initialization out of pernet_operationsGao feng2013-01-232-27/+24
| * netfilter: nf_ct_expect: move initialization out of pernet_operationsGao feng2013-01-232-31/+36
| * netfilter: nf_conntrack: move initialization out of pernet operationsGao feng2013-01-232-81/+71
| * netfilter: x_tables: add xt_bpf matchWillem de Bruijn2013-01-213-0/+83
| * netfilter: nf_ct_snmp: add include filestephen hemminger2013-01-181-0/+1
| * netfilter: ctnetlink: allow userspace to modify labelsFlorian Westphal2013-01-182-0/+87
| * netfilter: ctnetlink: deliver labels to userspaceFlorian Westphal2013-01-182-1/+42
| * netfilter: add connlabel conntrack extensionFlorian Westphal2013-01-186-0/+206
| * netfilter: nf_ct_sip: support Cisco 7941/7945 IP phonesKevin Cernekee2013-01-172-3/+41
* | Merge branch 'testing' of git://git.kernel.org/pub/scm/linux/kernel/git/klass...David S. Miller2013-01-234-72/+69
|\ \
| * | xfrm: use separated locks to protect pointers of struct xfrm_state_afinfoCong Wang2013-01-171-25/+18
| * | xfrm: replace rwlock on xfrm_km_list with rcuCong Wang2013-01-161-28/+30
| * | xfrm: replace rwlock on xfrm_state_afinfo with rcuCong Wang2013-01-161-17/+16
| * | xfrm_algo: probe asynchronous block ciphers instead of synchronousJussi Kivilinna2013-01-081-2/+1
| * | xfrm: removes a superfluous check and add a statisticLi RongQing2013-01-073-3/+7
* | | soreuseport: UDP/IPv6 implementationTom Herbert2013-01-231-3/+27
* | | soreuseport: TCP/IPv6 implementationTom Herbert2013-01-233-9/+33
* | | soreuseport: UDP/IPv4 implementationTom Herbert2013-01-231-18/+43
* | | soreuseport: TCP/IPv4 implementationTom Herbert2013-01-233-18/+62
* | | soreuseport: infrastructureTom Herbert2013-01-231-0/+7
* | | netpoll: fix an uninitialized variableCong Wang2013-01-221-0/+1
* | | ipv6: remove duplicated declaration of ip6_fragment()Cong Wang2013-01-221-2/+0
* | | netfilter: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-223-15/+15
* | | ipv6: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-2/+2
* | | ipv4: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-223-3/+3
* | | net: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-1/+1
* | | neigh: Keep neighbour cache entries if number of them is small enough.YOSHIFUJI Hideaki / 吉藤英明2013-01-221-0/+4
* | | ipmr: fix sparse warning when testing origin or groupNicolas Dichtel2013-01-221-11/+12
* | | ndisc: Do not try to update "updated" time if neighbour has already gone.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-3/+3
* | | dsa: make dsa_switch_setup check for valid port namesFlorian Fainelli2013-01-211-0/+6
* | | dsa: use an unique and non conflicting bus name for the slave MII busFlorian Fainelli2013-01-211-2/+2
* | | net: move rx and tx hash functions to net/core/flow_dissector.cCong Wang2013-01-212-175/+173
* | | net: split eth_mac_addr for better error handlingStefan Hajnoczi2013-01-211-6/+35
* | | mcast: add multicast proxy support (IPv4 and IPv6)Nicolas Dichtel2013-01-212-26/+219
* | | ndisc: Use compound literals to build redirect message.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-12/+8
* | | ndisc: Break down ndisc_build_skb() and build message directly.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-59/+63
* | | ndisc: Break down __ndisc_send().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-24/+21