summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2009-11-10IPv6: use ipv6_addr_v4mapped()Brian Haley
2009-11-10sit: Clean up DF code by copying from IPIPHerbert Xu
2009-11-10ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet
2009-11-10ipv6: speedup inet6_dump_ifinfo()Eric Dumazet
2009-11-10net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guardCyrill Gorcunov
2009-11-10udp: bind() optimisationEric Dumazet
2009-11-10Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont
2009-11-10Phonet: put sockets in a hash tableRémi Denis-Courmont
2009-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-08xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy
2009-11-08net/compat_ioctl: support SIOCWANDEVArnd Bergmann
2009-11-08net, compat_ioctl: fix SIOCGMII ioctlsArnd Bergmann
2009-11-08udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresEric Dumazet
2009-11-08ipv6: udp: Optimise multicast receptionEric Dumazet
2009-11-08ipv4: udp: Optimise multicast receptionEric Dumazet
2009-11-08ipv6: udp: optimize unicast RX pathEric Dumazet
2009-11-08ipv4: udp: optimize unicast RX pathEric Dumazet
2009-11-08udp: secondary hash on (local port, local address)Eric Dumazet
2009-11-08udp: split sk_hash into two u16 hashesEric Dumazet
2009-11-08udp: add a counter into udp_hslotEric Dumazet
2009-11-08net/appletalk: using compat_ptr needs inclusion of linux/compat.hStephen Rothwell
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman
2009-11-08appletalk/ddp.c: Neaten checksum functionJoe Perches
2009-11-08ipv6: avoid dev_hold()/dev_put() in rawv6_bind()Eric Dumazet
2009-11-08can: should not use __dev_get_by_index() without locksEric Dumazet
2009-11-07rtnetlink: CleanupsEric Dumazet
2009-11-07net/x25: push BKL usage into x25_protoArnd Bergmann
2009-11-07net/irda: push BKL into proto_opsArnd Bergmann
2009-11-07net/ipx: push down BKL into a ipx_dgram_opsArnd Bergmann
2009-11-07net/appletalk: push down BKL into a atalk_dgram_opsArnd Bergmann
2009-11-07net: Replace old style lock initializerThomas Gleixner
2009-11-06net, compat_ioctl: handle more ioctls correctlyArnd Bergmann
2009-11-06compat: move sockios handling to net/socket.cArnd Bergmann
2009-11-06appletalk: handle SIOCATALKDIFADDR compat ioctlArnd Bergmann
2009-11-06net: copy socket ioctl code to net/socket.hArnd Bergmann
2009-11-06ipip: Fix handling of DF packets when pmtudisc is OFFHerbert Xu
2009-11-06netfilter: xt_connlimit: fix regression caused by zero family valueJan Engelhardt
2009-11-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp...David S. Miller
2009-11-06mac80211: async station powersave handlingJohannes Berg
2009-11-06Merge branch 'linux-2.6.33.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2009-11-06ieee802154: add support for creation/removal of logic interfacesDmitry Eremin-Solenikov
2009-11-06ieee802154: add PHY_NAME to LIST_IFACE command resultsDmitry Eremin-Solenikov
2009-11-06ieee802154: add two nl802154 helpersDmitry Eremin-Solenikov
2009-11-06ieee802154: add LIST_PHY command supportDmitry Eremin-Solenikov
2009-11-06ieee802154: split away MAC commands implementationDmitry Eremin-Solenikov
2009-11-06ieee802154: merge nl802154 and wpan-class in single moduleDmitry Eremin-Solenikov
2009-11-06wpan-phy: follow usual patter of devices registrationDmitry Eremin-Solenikov
2009-11-06wpan-phy: allow specifying a per-page channel maskDmitry Eremin-Solenikov
2009-11-06wpan-phy: use snprintf to limit the amount of chars writtenDmitry Eremin-Solenikov