summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-11-06net/tun: handle compat_ioctl directlyArnd Bergmann2-27/+46
2009-11-06compat: add struct compat_ifreq etc to compat.hArnd Bergmann1-0/+39
2009-11-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp...David S. Miller11-611/+1202
2009-11-06Merge branch 'linux-2.6.33.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller26-618/+2104
2009-11-06ieee802154: add support for creation/removal of logic interfacesDmitry Eremin-Solenikov3-0/+162
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-06fakehard: mlme_ops->get_phy implementationDmitry Eremin-Solenikov1-6/+32
2009-11-06ieee802154: add an mlme_ops call to retrieve PHY objectDmitry Eremin-Solenikov2-0/+8
2009-11-06fakehard: claim all 2.4 Ghz channels as supportedDmitry Eremin-Solenikov1-1/+9
2009-11-06fakehard: no need to export net_to_phy, make it staticDmitry Eremin-Solenikov1-1/+1
2009-11-06ieee802154: add LIST_PHY command supportDmitry Eremin-Solenikov5-1/+199
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-06ieee802154: constify struct net_device in some operationsDmitry Eremin-Solenikov2-9/+9
2009-11-06wpan-phy: follow usual patter of devices registrationDmitry Eremin-Solenikov3-5/+8
2009-11-06wpan-phy: allow specifying a per-page channel maskDmitry Eremin-Solenikov3-3/+21
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-Solenikov2-0/+27
2009-11-06wpan-phy: add a helper to put the wpan_phy deviceDmitry Eremin-Solenikov1-0/+6
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller62-272/+754
2009-11-06decnet: netdevice refcount leakEric Dumazet1-4/+3
2009-11-06netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik6-54/+67
2009-11-06be2net: Fix CQE_STATUS_EXTD_SHIFT defineSathya Perla1-1/+1
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 Paris37-43/+80
2009-11-05net: drop capability from protocol definitionsEric Paris16-29/+2
2009-11-05rose: device refcount leakEric Dumazet1-10/+6
2009-11-05bridge: prevent bridging wrong deviceStephen Hemminger1-1/+5
2009-11-05bnx2x: version 1.52.1-3Yaniv Rosner1-2/+2
2009-11-05bnx2x: Fix register access timeout in 10MYaniv Rosner1-1/+2
2009-11-05bnx2x: Fix 10G mode in BCM8481/BCM84823Yaniv Rosner2-30/+9
2009-11-05bnx2x: Fix BCM8726 ROM load seqYaniv Rosner1-11/+2
2009-11-05bnx2x: Add support for BCM84823Yaniv Rosner2-3/+42
2009-11-05bnx2x: Modify BCM8706 link init seqYaniv Rosner1-13/+18
2009-11-05bnx2x: Enable FC when parallel-detect is usedYaniv Rosner2-0/+41
2009-11-05bnx2x: Miscellaneous debug print and tabsYaniv Rosner1-1/+3
2009-11-05bnx2x: Fix CL73 autoneg issuesYaniv Rosner4-65/+104
2009-11-05bnx2x: Fix Parallel-Detect settingsYaniv Rosner1-6/+9
2009-11-05virtio_net: rename driver struct to please modpostUwe Kleine-König1-3/+3
2009-11-04tcp: Use defaults when no route options are availableGilad Ben-Yossef2-3/+1