aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-31/+188
2013-01-29ipv6: add anti-spoofing checks for 6to4 and 6rdHannes Frederic Sowa1-13/+41
2013-01-29ipv6: Fix inet6_csk_bind_conflict so it builds with user namespaces enabledEric W. Biederman1-1/+1
2013-01-29pktgen: support net namespaceCong Wang1-79/+117
2013-01-29ip_gre: When TOS is inherited, use configured TOS value for non-IP packetsDavid Ward1-2/+2
2013-01-29ipv4: introduce address lifetimeJiri Pirko2-9/+210
2013-01-29net: frag, move LRU list maintenance outside of rwlockJesper Dangaard Brouer4-14/+11
2013-01-29net: use lib/percpu_counter API for fragmentation mem accountingJesper Dangaard Brouer1-0/+2
2013-01-29net: frag helper functions for mem limit trackingJesper Dangaard Brouer4-32/+29
2013-01-28net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明1-9/+7
2013-01-28net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com2-8/+17
2013-01-28netpoll: use the net namespace of current process instead of init_netCong Wang1-2/+4
2013-01-28netpoll: use ipv6_addr_equal() to compare ipv6 addrCong Wang1-3/+3
2013-01-28Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller49-1362/+1672
2013-01-28can: rework skb reserved data handlingOliver Hartkopp3-9/+7
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville49-1362/+1672
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville11-42/+49
2013-01-28net: fix possible wrong checksum generationEric Dumazet9-6/+28
2013-01-28Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller4-27/+80
2013-01-28decnet: use correct RCU API to deref sk_dst_cache fieldCong Wang3-4/+6
2013-01-28SCTP: Free the per-net sysctl table on net exit. v2Vlad Yasevich1-0/+4
2013-01-28IP_GRE: Fix kernel panic in IP_GRE with GRE csum.Pravin B Shelar1-1/+5
2013-01-27irda: buffer overflow in irnet_ctrl_read()Dan Carpenter1-59/+58
2013-01-27sctp: set association state to established in dupcook_a handlerXufeng Zhang1-1/+3
2013-01-27ip6mr: limit IPv6 MRT_TABLE identifiersDan Carpenter1-0/+3
2013-01-27batman-adv: filter ARP packets with invalid MAC addresses in DATMatthias Schiffer1-0/+13
2013-01-27batman-adv: check for more types of invalid IP addresses in DATMatthias Schiffer1-1/+3
2013-01-27batman-adv: fix skb leak in batadv_dat_snoop_incoming_arp_reply()Matthias Schiffer1-0/+2
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-26can: gw: indicate and count deleted frames due to misconfigurationOliver Hartkopp1-1/+11
2013-01-26can: gw: add a variable limit for CAN frame routingsOliver Hartkopp1-16/+40
2013-01-26can: gw: make routing to the incoming CAN interface configurableOliver Hartkopp1-0/+8
2013-01-26can: add private data space for CAN sk_buffsOliver Hartkopp2-5/+15
2013-01-26can: Kconfig: switch on all CAN protocolls by defaultMarc Kleine-Budde1-3/+3
2013-01-26can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' blockMarc Kleine-Budde1-3/+4
2013-01-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville6-31/+35
2013-01-23Merge branch 'testing' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid 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