summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman1-3/+5
2009-11-07net: kill proto_ops wrapperArnd Bergmann1-83/+0
2009-11-07net: compat: No need to define IFHWADDRLEN and IFNAMSIZ twice.David S. Miller1-2/+0
2009-11-07compat: add struct compat_ifreq etc to compat.hArnd Bergmann1-0/+39
2009-11-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp...David S. Miller3-7/+37
2009-11-06Merge branch 'linux-2.6.33.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller4-11/+81
2009-11-06ieee802154: add support for creation/removal of logic interfacesDmitry Eremin-Solenikov2-0/+6
2009-11-06ieee802154: add an mlme_ops call to retrieve PHY objectDmitry Eremin-Solenikov2-0/+8
2009-11-06ieee802154: add LIST_PHY command supportDmitry Eremin-Solenikov1-0/+4
2009-11-06ieee802154: constify struct net_device in some operationsDmitry Eremin-Solenikov1-5/+5
2009-11-06wpan-phy: follow usual patter of devices registrationDmitry Eremin-Solenikov1-1/+5
2009-11-06wpan-phy: allow specifying a per-page channel maskDmitry Eremin-Solenikov1-1/+1
2009-11-06wpan-phy: add wpan-phy iteration functionsDmitry Eremin-Solenikov1-0/+2
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. Miller4-8/+13
2009-11-06netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik2-5/+7
2009-11-06net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-11-06net: drop capability from protocol definitionsEric Paris2-6/+0
2009-11-05tcp: Use defaults when no route options are availableGilad Ben-Yossef1-1/+1
2009-11-04net: cleanup include/linuxEric Dumazet87-694/+351
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet1-0/+2
2009-11-04net: cleanup include/netEric Dumazet37-240/+120
2009-11-03gianfar: Basic Support for programming hash rulesSandeep Gopalpet1-0/+2
2009-11-03tg3 / broadcom: Optionally disable TXC if no linkMatt Carlson1-0/+1
2009-11-03tg3 / broadcom: Add code to disable rxc refclkMatt Carlson1-1/+1
2009-11-03tg3 / broadcom: Add PHY_BRCM_CLEAR_RGMII_MODE flagMatt Carlson1-0/+1
2009-11-03broadcom: Consolidate dev_flags definitionsMatt Carlson1-6/+11
2009-11-02net: Introduce dev_get_by_name_rcu()Eric Dumazet1-0/+1
2009-10-31RDS: Add GET_MR_FOR_DEST sockoptAndy Grover1-0/+8
2009-10-30net: Allow devices to specify a device specific sysfs group.Eric W. Biederman1-2/+2
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet1-0/+2
2009-10-30net: Fix RPF to work with policy routingjamal1-1/+2
2009-10-30net: fix kmemcheck annotationsEric Dumazet1-2/+2
2009-10-30gro: Change all receive functions to return GRO result codesBen Hutchings2-15/+18
2009-10-30gro: Name the GRO result enumeration typeBen Hutchings1-4/+6
2009-10-29net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build timeCyrill Gorcunov2-0/+6
2009-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-22/+61
2009-10-29net: Introduce dev_get_by_index_rcu()Eric Dumazet1-0/+1
2009-10-29Allow disabling of DSACK TCP option per routeGilad Ben-Yossef1-0/+1
2009-10-29Allow to turn off TCP window scale opt per routeGilad Ben-Yossef1-0/+1
2009-10-29Allow disabling TCP timestamp options per routeGilad Ben-Yossef1-1/+1
2009-10-29Add the no SACK route option featureGilad Ben-Yossef1-1/+1
2009-10-29Add dst_feature to query route entry featuresGilad Ben-Yossef1-1/+7
2009-10-29Allow tcp_parse_options to consult dst entryGilad Ben-Yossef1-1/+2
2009-10-29net: Add ndo_fcoe_get_wwn to net_device_opsYi Zou1-0/+4
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet1-0/+1
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet1-1/+2
2009-10-28net: Introduce unregister_netdevice_many()Eric Dumazet1-0/+1
2009-10-28net: Introduce unregister_netdevice_queue()Eric Dumazet1-1/+8
2009-10-27mac80211: add ieee80211_rx_ni()Kalle Valo1-6/+26