summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-01-27irda: buffer overflow in irnet_ctrl_read()Dan Carpenter1-59/+58
2013-01-27soreuseport: fix use of uid in tb->fastuidTom Herbert1-7/+4
2013-01-27Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller24-401/+950
2013-01-23Merge branch 'testing' of git://git.kernel.org/pub/scm/linux/kernel/git/klass...David S. Miller4-72/+69
2013-01-23soreuseport: UDP/IPv6 implementationTom Herbert1-3/+27
2013-01-23soreuseport: TCP/IPv6 implementationTom Herbert3-9/+33
2013-01-23soreuseport: UDP/IPv4 implementationTom Herbert1-18/+43
2013-01-23soreuseport: TCP/IPv4 implementationTom Herbert3-18/+62
2013-01-23soreuseport: infrastructureTom Herbert1-0/+7
2013-01-23netfilter: nf_conntrack: fix compilation if sysctl are disabledPablo Neira Ayuso1-2/+9
2013-01-23netfilter: nf_conntrack: refactor l4proto support for netnsGao feng7-103/+197
2013-01-23netfilter: nf_conntrack: refactor l3proto support for netnsGao feng3-38/+41
2013-01-23netfilter: nf_ct_proto: move initialization out of pernet_operationsGao feng2-18/+29
2013-01-23netfilter: nf_ct_labels: move initialization out of pernet_operationsGao feng2-16/+12
2013-01-23netfilter: nf_ct_helper: move initialization out of pernet_operationsGao feng2-32/+36
2013-01-23netfilter: nf_ct_timeout: move initialization out of pernet_operationsGao feng2-23/+15
2013-01-23netfilter: nf_ct_ecache: move initialization out of pernet_operationsGao feng2-28/+24
2013-01-23netfilter: nf_ct_tstamp: move initialization out of pernet_operationsGao feng2-28/+26
2013-01-23netfilter: nf_ct_acct: move initialization out of pernet_operationsGao feng2-27/+24
2013-01-23netfilter: nf_ct_expect: move initialization out of pernet_operationsGao feng2-31/+36
2013-01-23netfilter: nf_conntrack: move initialization out of pernet operationsGao feng2-81/+71
2013-01-22netpoll: fix an uninitialized variableCong Wang1-0/+1
2013-01-22ipv6: remove duplicated declaration of ip6_fragment()Cong Wang1-2/+0
2013-01-22netfilter: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明3-15/+15
2013-01-22ipv6: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2013-01-22ipv4: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明3-3/+3
2013-01-22net: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-01-22neigh: Keep neighbour cache entries if number of them is small enough.YOSHIFUJI Hideaki / 吉藤英明1-0/+4
2013-01-22ipmr: fix sparse warning when testing origin or groupNicolas Dichtel1-11/+12
2013-01-21ndisc: Do not try to update "updated" time if neighbour has already gone.YOSHIFUJI Hideaki / 吉藤英明1-3/+3
2013-01-21dsa: make dsa_switch_setup check for valid port namesFlorian Fainelli1-0/+6
2013-01-21dsa: use an unique and non conflicting bus name for the slave MII busFlorian Fainelli1-2/+2
2013-01-21net: move rx and tx hash functions to net/core/flow_dissector.cCong Wang2-175/+173
2013-01-21net: split eth_mac_addr for better error handlingStefan Hajnoczi1-6/+35
2013-01-21mcast: add multicast proxy support (IPv4 and IPv6)Nicolas Dichtel2-26/+219
2013-01-21ndisc: Use compound literals to build redirect message.YOSHIFUJI Hideaki / 吉藤英明1-12/+8
2013-01-21ndisc: Break down ndisc_build_skb() and build message directly.YOSHIFUJI Hideaki / 吉藤英明1-59/+63
2013-01-21ndisc: Break down __ndisc_send().YOSHIFUJI Hideaki / 吉藤英明1-24/+21
2013-01-21ndisc: Fill in ICMPv6 checksum and IPv6 header in ndisc_send_skb().YOSHIFUJI Hideaki / 吉藤英明1-16/+8
2013-01-21ndisc: Use ndisc_send_skb() for redirect.YOSHIFUJI Hideaki / 吉藤英明1-23/+14
2013-01-21ndisc: Remove icmp6h argument from ndisc_send_skb().YOSHIFUJI Hideaki / 吉藤英明1-3/+3
2013-01-21ndisc: Make ndisc_fill_xxx_option() for sk_buff.YOSHIFUJI Hideaki / 吉藤英明1-18/+15
2013-01-21ndisc: Calculate message body length and option length separately.YOSHIFUJI Hideaki / 吉藤英明1-9/+11
2013-01-21ndisc: Reset skb->trasport_headner inside ndisc_alloc_send_skb().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-21ndisc: Defer building IPv6 header.YOSHIFUJI Hideaki / 吉藤英明1-11/+11
2013-01-21ndisc: Remove dev argument for ndisc_send_skb().YOSHIFUJI Hideaki / 吉藤英明1-5/+5
2013-01-21ndisc: Set skb->dev and skb->protocol inside ndisc_alloc_skb().YOSHIFUJI Hideaki / 吉藤英明1-6/+6
2013-01-21ndisc: Simplify arguments for ip6_nd_hdr().YOSHIFUJI Hideaki / 吉藤英明1-8/+7
2013-01-21ipv6: Unshare ip6_nd_hdr() and change return type to void.YOSHIFUJI Hideaki / 吉藤英明3-35/+52
2013-01-21ndisc: Introduce ndisc_alloc_skb() helper.YOSHIFUJI Hideaki / 吉藤英明1-25/+27