aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller26-699/+466
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-28/+33
2009-11-08xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy1-13/+17
2009-11-08net/compat_ioctl: support SIOCWANDEVArnd Bergmann1-0/+23
2009-11-08net, compat_ioctl: fix SIOCGMII ioctlsArnd Bergmann1-0/+3
2009-11-08udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresEric Dumazet2-2/+18
2009-11-08ipv6: udp: Optimise multicast receptionEric Dumazet1-24/+47
2009-11-08ipv4: udp: Optimise multicast receptionEric Dumazet1-26/+50
2009-11-08ipv6: udp: optimize unicast RX pathEric Dumazet1-3/+109
2009-11-08ipv4: udp: optimize unicast RX pathEric Dumazet1-3/+112
2009-11-08udp: secondary hash on (local port, local address)Eric Dumazet1-5/+26
2009-11-08udp: split sk_hash into two u16 hashesEric Dumazet2-8/+44
2009-11-08udp: add a counter into udp_hslotEric Dumazet1-0/+3
2009-11-08net/appletalk: using compat_ptr needs inclusion of linux/compat.hStephen Rothwell1-0/+1
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman3-14/+30
2009-11-08appletalk/ddp.c: Neaten checksum functionJoe Perches1-7/+2
2009-11-08ipv6: avoid dev_hold()/dev_put() in rawv6_bind()Eric Dumazet1-12/+11
2009-11-08can: should not use __dev_get_by_index() without locksEric Dumazet1-7/+12
2009-11-07rtnetlink: CleanupsEric Dumazet1-31/+23
2009-11-07net/x25: push BKL usage into x25_protoArnd Bergmann1-11/+60
2009-11-07net/irda: push BKL into proto_opsArnd Bergmann1-107/+224
2009-11-07net/ipx: push down BKL into a ipx_dgram_opsArnd Bergmann1-8/+46
2009-11-07net/appletalk: push down BKL into a atalk_dgram_opsArnd Bergmann1-28/+77
2009-11-07net: Replace old style lock initializerThomas Gleixner1-1/+1
2009-11-06net, compat_ioctl: handle more ioctls correctlyArnd Bergmann1-14/+17
2009-11-06compat: move sockios handling to net/socket.cArnd Bergmann1-228/+240
2009-11-06appletalk: handle SIOCATALKDIFADDR compat ioctlArnd Bergmann1-5/+7
2009-11-06net: copy socket ioctl code to net/socket.hArnd Bergmann1-0/+716
2009-11-06ipip: Fix handling of DF packets when pmtudisc is OFFHerbert Xu1-15/+17
2009-11-06netfilter: xt_connlimit: fix regression caused by zero family valueJan Engelhardt1-6/+4
2009-11-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpanDavid S. Miller7-592/+1118
2009-11-06mac80211: async station powersave handlingJohannes Berg6-85/+168
2009-11-06Merge branch 'linux-2.6.33.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimaxDavid S. Miller3-1/+22
2009-11-06ieee802154: add support for creation/removal of logic interfacesDmitry Eremin-Solenikov1-0/+156
2009-11-06ieee802154: add PHY_NAME to LIST_IFACE command resultsDmitry Eremin-Solenikov1-0/+8
2009-11-06ieee802154: add two nl802154 helpersDmitry Eremin-Solenikov2-0/+38
2009-11-06ieee802154: add LIST_PHY command supportDmitry Eremin-Solenikov4-1/+195
2009-11-06ieee802154: split away MAC commands implementationDmitry Eremin-Solenikov4-595/+669
2009-11-06ieee802154: merge nl802154 and wpan-class in single moduleDmitry Eremin-Solenikov3-12/+24
2009-11-06wpan-phy: follow usual patter of devices registrationDmitry Eremin-Solenikov1-3/+1
2009-11-06wpan-phy: allow specifying a per-page channel maskDmitry Eremin-Solenikov1-1/+19
2009-11-06wpan-phy: use snprintf to limit the amount of chars writtenDmitry Eremin-Solenikov1-1/+1
2009-11-06wpan-phy: init channel/page fieldsDmitry Eremin-Solenikov1-0/+3
2009-11-06wpan-phy: add wpan-phy iteration functionsDmitry Eremin-Solenikov1-0/+25
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller19-108/+139
2009-11-06decnet: netdevice refcount leakEric Dumazet1-4/+3
2009-11-06netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik4-49/+60
2009-11-05net: Fix build warning in sock_bindtodevice().David S. Miller1-3/+2
2009-11-05pktgen: tx_bytes might be slightly wrongEric Dumazet1-2/+3
2009-11-05net: sock_bindtodevice() RCU-ificationEric Dumazet1-4/+6