aboutsummaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-07net/appletalk: push down BKL into a atalk_dgram_opsArnd Bergmann1-28/+77
2009-11-07atl1c: change atl1c_buffer struct and restructure clean atl1c_buffer procedureJie Yang2-45/+61
2009-11-07net: Replace old style lock initializerThomas Gleixner1-1/+1
2009-11-06net: compat: No need to define IFHWADDRLEN and IFNAMSIZ twice.David S. Miller1-2/+0
2009-11-06net, compat_ioctl: handle more ioctls correctlyArnd Bergmann1-14/+17
2009-11-06compat: move sockios handling to net/socket.cArnd Bergmann2-950/+240
2009-11-06appletalk: handle SIOCATALKDIFADDR compat ioctlArnd Bergmann2-6/+7
2009-11-06net: copy socket ioctl code to net/socket.hArnd Bergmann1-0/+716
2009-11-06net, compat_ioctl: handle socket ioctl abuses in tty driversArnd Bergmann6-2/+103
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-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-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