aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-08gianfar: Fix compiler and sparse warningsAnton Vorontsov2-11/+13
2009-11-08fsl_pq_mdio: Fix compiler/sparse warnings (part 2)Anton Vorontsov1-4/+9
2009-11-08fsl_pq_mdio: Fix compiler/sparse warnings (part 1)Anton Vorontsov1-19/+12
2009-11-07rtnetlink: CleanupsEric Dumazet1-31/+23
2009-11-07net: kill proto_ops wrapperArnd Bergmann1-83/+0
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-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