aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpanDavid S. Miller7-592/+1118
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
2009-11-05ip_frag: dont touch device refcountEric Dumazet2-10/+10
2009-11-05net_cls: Use __dev_get_by_index()Eric Dumazet1-2/+2
2009-11-05sctp: ipv6: avoid touching device refcountEric Dumazet1-8/+11
2009-11-05netlabel: remove dev_put() callsEric Dumazet1-4/+2
2009-11-05bridge: remove dev_put() in add_del_if()Eric Dumazet1-2/+2
2009-11-05net: check kern before calling security subsystemEric Paris3-3/+3
2009-11-05net: pass kern to net_proto_family create functionEric Paris34-40/+75
2009-11-05net: drop capability from protocol definitionsEric Paris14-23/+2
2009-11-05rose: device refcount leakEric Dumazet1-10/+6
2009-11-05bridge: prevent bridging wrong deviceStephen Hemminger1-1/+5
2009-11-04tcp: Use defaults when no route options are availableGilad Ben-Yossef1-2/+0
2009-11-04tcp: Do not call IPv4 specific func in tcp_check_reqGilad Ben-Yossef1-6/+3
2009-11-04net: net/ipv4/devinet.c cleanupsEric Dumazet1-28/+33
2009-11-04decnet: avoid touching device refcount in dn_dev_by_index()Eric Dumazet1-4/+6
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet10-77/+66
2009-11-04em_meta: avoid one dev_put()Eric Dumazet1-6/+6
2009-11-04Phonet: remove tautologiesRémi Denis-Courmont1-4/+2
2009-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller5-15/+25