aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2009-11-06ieee802154: split away MAC commands implementationDmitry Eremin-Solenikov
2009-11-06ieee802154: merge nl802154 and wpan-class in single moduleDmitry Eremin-Solenikov
2009-11-06wpan-phy: follow usual patter of devices registrationDmitry Eremin-Solenikov
2009-11-06wpan-phy: allow specifying a per-page channel maskDmitry Eremin-Solenikov
2009-11-06wpan-phy: use snprintf to limit the amount of chars writtenDmitry Eremin-Solenikov
2009-11-06wpan-phy: init channel/page fieldsDmitry Eremin-Solenikov
2009-11-06wpan-phy: add wpan-phy iteration functionsDmitry Eremin-Solenikov
2009-11-04tcp: Use defaults when no route options are availableGilad Ben-Yossef
2009-11-04tcp: Do not call IPv4 specific func in tcp_check_reqGilad Ben-Yossef
2009-11-04net: net/ipv4/devinet.c cleanupsEric Dumazet
2009-11-04decnet: avoid touching device refcount in dn_dev_by_index()Eric Dumazet
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet
2009-11-04em_meta: avoid one dev_put()Eric Dumazet
2009-11-04Phonet: remove tautologiesRĂ©mi Denis-Courmont
2009-11-02ipv6: no more dev_put() in datagram_send_ctl()Eric Dumazet
2009-11-02ipv6: no more dev_put() in inet6_bind()Eric Dumazet
2009-11-02ip6tnl: less dev_put() callsEric Dumazet
2009-11-02packet: less dev_put() callsEric Dumazet
2009-11-01net: RCU locking for simple ioctl()Eric Dumazet
2009-11-01icmp: icmp_send() can avoid a dev_put()Eric Dumazet
2009-11-01ipv4: inetdev_by_index() switch to RCUEric Dumazet
2009-11-01veth: Fix unregister_netdevice_queue for vethEric W. Biederman
2009-11-01net: Introduce dev_get_by_name_rcu()Eric Dumazet
2009-10-30RDS/IB+IW: Move recv processing to a taskletAndy Grover
2009-10-30RDS: Do not send congestion updates to loopback connectionsAndy Grover
2009-10-30RDS: Fix panic on unloadAndy Grover
2009-10-30RDS: Fix potential race around rds_i[bw]_allocationAndy Grover
2009-10-30RDS: Add GET_MR_FOR_DEST sockoptAndy Grover
2009-10-30net: Allow devices to specify a device specific sysfs group.Eric W. Biederman
2009-10-30net: use hlist_for_each_entry()Eric Dumazet
2009-10-29vlan: cleanup multiple unregistrationsPatrick McHardy
2009-10-29ax25: unsigned cannot be less than 0 in ax25_ctl_ioctl()roel kluin
2009-10-29gro: Change all receive functions to return GRO result codesBen Hutchings
2009-10-29gro: Name the GRO result enumeration typeBen Hutchings
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-29net: Fix 'Re: PACKET_TX_RING: packet size is too long'Gabor Gombas
2009-10-29net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build timeCyrill Gorcunov
2009-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-10-29net: Introduce dev_get_by_index_rcu()Eric Dumazet
2009-10-29net: Cleanup redundant tests on unsignedroel kluin
2009-10-29net: Cleanup redundant tests on unsignedroel kluin
2009-10-29Allow disabling of DSACK TCP option per routeGilad Ben-Yossef
2009-10-29Allow to turn off TCP window scale opt per routeGilad Ben-Yossef
2009-10-29Allow disabling TCP timestamp options per routeGilad Ben-Yossef
2009-10-29Add the no SACK route option featureGilad Ben-Yossef
2009-10-29Allow tcp_parse_options to consult dst entryGilad Ben-Yossef
2009-10-29Only parse time stamp TCP option in time wait sockGilad Ben-Yossef
2009-10-29ip6mr: Optimize multiple unregistrationEric Dumazet
2009-10-29ipv6 sit: Optimize multiple unregistrationEric Dumazet
2009-10-29ipmr: Optimize multiple unregistrationEric Dumazet