aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-08ipv6: Fix the upper MTU limit in GRE tunnelOussama Ghorbel1-2/+1
2013-10-08l2tp: Fix build warning with ipv6 disabled.David S. Miller1-5/+8
2013-10-086lowpan: Sync default hardware address of lowpan links to their wpanAlan Ott1-0/+3
2013-10-086lowpan: Only make 6lowpan links to IEEE802154 devicesAlan Ott1-0/+2
2013-10-07net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman1-2/+2
2013-10-07ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-4/+4
2013-10-07ipv6: Allow the MTU of ipip6 tunnel to be set below 1280Oussama Ghorbel1-2/+10
2013-10-07netif_set_xps_queue: make cpu mask constMichael S. Tsirkin1-1/+2
2013-10-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-10-03Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller5-14/+22
2013-10-03net: heap overflow in __audit_sockaddr()Dan Carpenter2-4/+22
2013-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville5-14/+22
2013-10-03Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-16/+31
2013-10-02l2tp: fix kernel panic when using IPv4-mapped IPv6 addressesFrançois Cachereul2-4/+26
2013-10-02net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2-2/+2
2013-10-02tcp: Always set options to 0 before calling tcp_established_optionsAndi Kleen1-0/+2
2013-10-02unix_diag: fix info leakMathias Krause1-0/+1
2013-10-02batman-adv: set up network coding packet handlers during module initMatthias Schiffer3-16/+31
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds36-354/+514
2013-10-01pkt_sched: fq: rate limiting improvementsEric Dumazet1-19/+26
2013-10-01ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel1-2/+1
2013-10-01sit: allow to use rtnl ops on fb tunnelNicolas Dichtel1-1/+1
2013-10-01ip_tunnel: Remove double unregister of the fallback deviceSteffen Klassert1-2/+0
2013-10-01ip_tunnel_core: Change __skb_push back to skb_pushSteffen Klassert1-1/+1
2013-10-01ip_tunnel: Add fallback tunnels to the hash listsSteffen Klassert1-1/+3
2013-10-01ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert1-6/+6
2013-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller11-151/+139
2013-09-30ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine1-3/+3
2013-09-30ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-09-30ipv6: gre: correct calculation of max_headroomHannes Frederic Sowa1-2/+2
2013-09-30tcp: TSQ can use a dynamic limitEric Dumazet1-6/+11
2013-09-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville5-14/+22
2013-09-30pkt_sched: fq: qdisc dismantle fixesEric Dumazet1-20/+37
2013-09-30net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet1-2/+2
2013-09-30ipv6: Fix preferred_lft not updating in some casesPaul Marks1-37/+15
2013-09-30ip_tunnel: Do not use stale inner_iph pointer.Pravin B Shelar1-2/+2
2013-09-30netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy3-11/+21
2013-09-28net: net_secret should not depend on TCPEric Dumazet2-6/+25
2013-09-28net: Delay default_device_exit_batch until no devices are unregistering v2Eric W. Biederman1-1/+48
2013-09-28IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin\(ux\) M. BOIE2-15/+96
2013-09-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville4-40/+34
2013-09-26cfg80211: fix sysfs registration raceJohannes Berg1-8/+13
2013-09-26mac80211: fix the setting of extended supported rate IEChun-Yeow Yeoh1-4/+1
2013-09-26mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau1-0/+3
2013-09-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville4-40/+34
2013-09-26cfg80211: fix warning when using WEXT for IBSSBruno Randolf1-0/+3
2013-09-26cfg80211: use the correct macro to check for active monitor supportLuciano Coelho1-2/+2
2013-09-24ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa1-31/+22
2013-09-24net: raw: do not report ICMP redirects to user spaceDuan Jiong2-2/+6