1. 7ba4291 inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage() by Changli Gao · 14 years ago
  2. 53d3176 net: cleanups by Changli Gao · 14 years ago
  3. d775351 net: Document that dev_get_stats() returns the given pointer by Ben Hutchings · 14 years ago
  4. 3cfde79 net: Get rid of rtnl_link_stats64 / net_device_stats union by Ben Hutchings · 14 years ago
  5. 7313bb8 atm: propagate signal changes via notifier by Karl Hiramoto · 14 years ago
  6. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  7. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  8. bcfcc45 net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is defined by Ben Hutchings · 14 years ago
  9. f45f432 netdevice.h: Change netif_<level> macros to call netdev_<level> functions by Joe Perches · 14 years ago
  10. 256df2f netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functions by Joe Perches · 14 years ago
  11. 99bcf21 device.h drivers/base/core.c Convert dev_<level> logging macros to functions by Joe Perches · 14 years ago
  12. 7db6f5f vsprintf: Recursive vsnprintf: Add "%pV", struct va_format by Joe Perches · 14 years ago
  13. e490c1de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  14. e2aec37 linux/net.h: fix kernel-doc warnings by Randy Dunlap · 14 years ago
  15. f0796d5 net: decreasing real_num_tx_queues needs to flush qdisc by John Fastabend · 14 years ago
  16. 4ef6acf sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lock by John Fastabend · 14 years ago
  17. 05318bc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  18. a5b6ee2 ethtool: Add support for control of RX flow hash indirection by Ben Hutchings · 14 years ago
  19. 1437ce3 ethtool: Change ethtool_op_set_flags to validate flags by Ben Hutchings · 14 years ago
  20. d6bebca fragment: add fast path for in-order fragments by Changli Gao · 14 years ago
  21. 4ce3c18 snmp: 64bit ipstats_mib for all arches by Eric Dumazet · 14 years ago
  22. 9b2c2ff mv643xx_eth: use sw csum for big packets by Saeed Bishara · 14 years ago
  23. 787a344 net/neighbour.h: fix typo by Kulikov Vasiliy · 14 years ago
  24. afd2a5c eeprom_93cx6: Add support for 93c86 EEPROMs. by Gertjan van Wingerde · 14 years ago
  25. 4efd7e8 xfrm: fix XFRMA_MARK extraction in xfrm_mark_get by Andreas Steffen · 14 years ago
  26. bf98843 ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFH by Ben Hutchings · 14 years ago
  27. 529d6da caif-driver: Add CAIF-SPI Protocol driver. by Sjur Braendeland · 14 years ago
  28. 210d6de act_mirred: don't clone skb when skb isn't shared by Changli Gao · 14 years ago
  29. bc66154 macvlan: 64 bit rx counters by Eric Dumazet · 14 years ago
  30. 33d91f0 net: u64_stats_fetch_begin_bh() and u64_stats_fetch_retry_bh() by Eric Dumazet · 14 years ago
  31. b6b3ecc net: u64_stats_sync improvements by Eric Dumazet · 14 years ago
  32. 7eb9282 netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC header by Patrick McHardy · 14 years ago
  33. 172d69e syncookies: add support for ECN by Florian Westphal · 14 years ago
  34. 1823e4c8 snmp: add align parameter to snmp_mib_init() by Eric Dumazet · 14 years ago
  35. 01f2f3f net: optimize Berkeley Packet Filter (BPF) processing by Hagen Paul Pfeifer · 14 years ago
  36. a875620 netfilter: xt_connbytes: Force CT accounting to be enabled by Tim Gardner · 14 years ago
  37. 7a938f8 broadcom: Add 5241 support by Dmitry Baryshkov · 14 years ago
  38. fcb26ec broadcom: move all PHY_ID's to header by Dmitry Baryshkov · 14 years ago
  39. 98d2ff8 nl80211: Add option to adjust transmit power by Juuso Oikarinen · 14 years ago
  40. fa61cf7 cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm units by Juuso Oikarinen · 14 years ago
  41. 8244132 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  42. 7b2ff18 net - IP_NODEFRAG option for IPv4 socket by Jiri Olsa · 14 years ago
  43. 16b8a47 net: Introduce u64_stats_sync infrastructure by Eric Dumazet · 14 years ago
  44. 1dc8d8c net: Fix a typo in netlink.h by Justin P. Mattock · 14 years ago
  45. 8f1c14b snmp: fix SNMP_ADD_STATS() by Eric Dumazet · 14 years ago
  46. 26ec037 IPVS: one-packet scheduling by Nick Chalk · 14 years ago
  47. f90754c mac80211: Add interface for driver to temporarily disable dynamic ps by Juuso Oikarinen · 14 years ago
  48. 69ad782 caif: Add debug connection type for CAIF. by Sjur Braendeland · 14 years ago
  49. 2aa40ae caif: Use link layer MTU instead of fixed MTU by Sjur Braendeland · 14 years ago
  50. a7da1f5 caif: Bugfix - RFM must support segmentation. by Sjur Braendeland · 14 years ago
  51. b1c7424 caif: Bugfix not all services uses flow-ctrl. by Sjur Braendeland · 14 years ago
  52. bb9c03d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  53. c68cd6c netfilter: nf_nat: support user-specified SNAT rules in LOCAL_IN by Patrick McHardy · 14 years ago
  54. d29c0c5 udp: Add UFO to NETIF_F_SOFTWARE_GSO by Herbert Xu · 14 years ago
  55. 7361c36 af_unix: Allow credentials to work across user and pid namespaces. by Eric W. Biederman · 14 years ago
  56. 257b535 scm: Capture the full credentials of the scm sender. by Eric W. Biederman · 14 years ago
  57. 109f6e3 af_unix: Allow SO_PEERCRED to work across namespaces. by Eric W. Biederman · 14 years ago
  58. 3f551f9 sock: Introduce cred_to_ucred by Eric W. Biederman · 14 years ago
  59. 5c1469d user_ns: Introduce user_nsmap_uid and user_ns_map_gid. by Eric W. Biederman · 14 years ago
  60. 812e876 scm: Reorder scm_cookie. by Eric W. Biederman · 14 years ago
  61. 8c76368 syncookies: check decoded options against sysctl settings by Florian Westphal · 14 years ago
  62. 317fe0e inetpeer: restore small inet_peer structures by Eric Dumazet · 14 years ago
  63. d5f31fb netpoll: Use correct primitives for RCU dereferencing by Herbert Xu · 14 years ago
  64. 5933dd2 net: NET_SKB_PAD should depend on L1_CACHE_BYTES by Eric Dumazet · 14 years ago
  65. 82695d9 net: Fix error in comment on net_device_ops::ndo_get_stats by Ben Hutchings · 14 years ago
  66. aa1039e inetpeer: RCU conversion by Eric Dumazet · 14 years ago
  67. 16fb62b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  68. ff61638 mac80211: Fix ps-qos network latency handling by Juuso Oikarinen · 14 years ago
  69. a3433f3 tcp: unify tcp flag macros by Changli Gao · 14 years ago
  70. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  71. a35e2c1 macvlan: use rx_handler_data pointer to store macvlan_port pointer V2 by Jiri Pirko · 14 years ago
  72. 93e2c32 net: add rx_handler data pointer by Jiri Pirko · 14 years ago
  73. c18370f netpoll: Add netpoll_tx_running by Herbert Xu · 14 years ago
  74. 8fdd95e netpoll: Allow netpoll_setup/cleanup recursion by Herbert Xu · 14 years ago
  75. 4247e16 netpoll: Add ndo_netpoll_setup by Herbert Xu · 14 years ago
  76. de85d99 netpoll: Fix RCU usage by Herbert Xu · 14 years ago
  77. f9181f4 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  78. 0902b46 netfilter: xtables: idletimer target implementation by Luciano Coelho · 14 years ago
  79. 1be3b5f ethtool: Revert incorrect indentation changes by Ben Hutchings · 14 years ago
  80. 6854296 mac80211: Fix circular locking dependency in ARP filter handling by Juuso Oikarinen · 14 years ago
  81. fbd2c8d mac80211: Set basic rates while joining ibss network by Teemu Paasikivi · 14 years ago
  82. 85ad181 mac80211: allow drivers to sleep in ampdu_action by Johannes Berg · 14 years ago
  83. 5d22c89 mac80211: remove non-irqsafe aggregation callbacks by Johannes Berg · 14 years ago
  84. f5c5440 netfilter: nfnetlink_log: RCU conversion, part 2 by Eric Dumazet · 14 years ago
  85. be1f3c2 net: Enable 64-bit net device statistics on 32-bit architectures by Ben Hutchings · 14 years ago
  86. c7de2cf pkt_sched: gen_kill_estimator() rcu fixes by Eric Dumazet · 14 years ago
  87. 62522d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  88. 14599f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  89. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  90. 592fcb9 ip: ip_ra_control() rcu fix by Eric Dumazet · 14 years ago
  91. 597a264 net: deliver skbs on inactive slaves to exact matches by John Fastabend · 14 years ago
  92. 88e7594 phonet: use call_rcu for phonet device free by Jiri Pirko · 14 years ago
  93. b3c5163 netfilter: nf_conntrack: per_cpu untracking by Eric Dumazet · 14 years ago
  94. 5bfddbd netfilter: nf_conntrack: IPS_UNTRACKED bit by Eric Dumazet · 14 years ago
  95. abe37c4 wireless: fix kernel-doc by Johannes Berg · 14 years ago
  96. 339bb99 netfilter: xt_rateest: Better struct xt_rateest layout by Eric Dumazet · 14 years ago
  97. bb69ae0 anycast: Some RCU conversions by Eric Dumazet · 14 years ago
  98. 6601850 ip: Router Alert RCU conversion by Eric Dumazet · 14 years ago
  99. a8b690f tcp: Fix slowness in read /proc/net/tcp by Tom Herbert · 14 years ago
  100. eedc765 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago