aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds13-29/+59
2011-02-18net: deinit automatic LIST_HEADEric Dumazet1-0/+2
2011-02-18net: dont leave active on stack LIST_HEADLinus Torvalds1-2/+5
2011-02-18net: provide default_advmss() methods to blackhole dst_opsEric Dumazet2-0/+2
2011-02-14arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.Ian Campbell1-10/+20
2011-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-0/+3
2011-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-1/+2
2011-02-14netfilter: nf_iterate: fix incorrect RCU usagePatrick McHardy1-1/+2
2011-02-13Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp()Jesper Juhl1-0/+3
2011-02-13net: dcb: application priority is per net_deviceJohn Fastabend1-1/+5
2011-02-12bridge: Replace mp->mglist hlist with a boolHerbert Xu3-12/+9
2011-02-11bridge: Fix timer typo that may render snooping less effectiveHerbert Xu1-2/+2
2011-02-11bridge: Fix mglist corruption that leads to memory corruptionHerbert Xu1-1/+2
2011-02-11ip_gre: Add IPPROTO_GRE to flowi in ipgre_tunnel_xmitSteffen Klassert1-0/+1
2011-02-10xfrm: avoid possible oopse in xfrm_alloc_dstHiroaki SHIMODA1-2/+5
2011-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-36/+81
2011-02-09x25: Do not reference freed memory.David S. Miller1-1/+4
2011-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-2/+9
2011-02-09mac80211: add missing locking in ieee80211_reconfigEliad Peller1-0/+2
2011-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6John W. Linville1-0/+1
2011-02-09netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEATPablo Neira Ayuso1-2/+9
2011-02-08net: Fix lockdep regression caused by initializing netdev queues too early.David S. Miller1-11/+16
2011-02-08net/caif: Fix dangling list pointer in freed object on error.David S. Miller1-2/+2
2011-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller4-3/+10
2011-02-07Merge branch 'batman-adv/merge' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller1-5/+10
2011-02-08batman-adv: Linearize fragment packets before mergeSven Eckelmann1-5/+10
2011-02-07x25: possible skb leak on bad facilitiesandrew hendry2-12/+30
2011-02-07mac80211: fix the skb cloned check in the tx pathFelix Fietkau1-1/+1
2011-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds18-30/+260
2011-02-04bridge: Don't put partly initialized fdb into hashPavel Emelyanov1-2/+2
2011-02-03net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller2-0/+94
2011-02-03net: Support compat SIOCGETVIFCNT ioctl in ipv4.David S. Miller1-0/+30
2011-02-03net: Fix bug in compat SIOCGETSGCNT handling.David S. Miller1-1/+1
2011-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller4-12/+14
2011-02-02gro: reset skb_iif on reuseAndy Gospodarek1-0/+1
2011-02-02mac80211: fix TX status cookie in HW offload caseJohannes Berg3-2/+9
2011-02-02Bluetooth: Set conn state to BT_DISCONN to avoid multiple responsesBao Liang1-0/+1
2011-02-01netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso1-0/+3
2011-02-01netfilter: arpt_mangle: fix return values of checkentryPablo Neira Ayuso1-3/+3
2011-01-31net: Fix ipv6 neighbour unregister_sysctl_table warningEric W. Biederman1-1/+8
2011-01-31net: Check rps_flow_table when RPS map length is 1Tom Herbert1-1/+2
2011-02-01Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-3/+1
2011-01-31net: Add default_mtu() methods to blackhole dst_opsRoland Dreier2-0/+12
2011-01-30Merge branch 'batman-adv/merge-oopsonly' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller1-6/+8
2011-01-30batman-adv: Make vis info stack traversal threadsafeSven Eckelmann1-3/+4
2011-01-30batman-adv: Remove vis info element in free_infoSven Eckelmann1-0/+1
2011-01-30batman-adv: Remove vis info on hashing errorsSven Eckelmann1-1/+1
2011-01-30net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman3-0/+81
2011-01-30net: Fix ip link add netns oopsEric W. Biederman1-0/+3
2011-01-29gro: Reset dev pointer on reuseHerbert Xu1-0/+1