1. 01db403 tcp: Fix >4GB writes on 64-bit. by David S. Miller · 14 years ago
  2. f064af1 net: fix a lockdep splat by Eric Dumazet · 14 years ago
  3. ef885af net: use rcu_barrier() in rollback_registered_many by Eric Dumazet · 14 years ago
  4. 64289c8 gro: Re-fix different skb headrooms by Jarek Poplawski · 14 years ago
  5. deabc77 net: fix tx queue selection for bridged devices implementing select_queue by Helmut Schaa · 14 years ago
  6. 0b5d404 pkt_sched: Fix lockdep warning on est_tree_lock in gen_estimator by Jarek Poplawski · 14 years ago
  7. 3d3be43 gro: fix different skb headrooms by Eric Dumazet · 14 years ago
  8. e5093ae net: Fix a memmove bug in dev_gro_receive() by Jarek Poplawski · 14 years ago
  9. cece194 net: disable preemption before call smp_processor_id() by Changli Gao · 14 years ago
  10. ce9e76c net: Fix napi_gro_frags vs netpoll path by Jarek Poplawski · 14 years ago
  11. 3578b0c Revert "net: remove zap_completion_queue" by David S. Miller · 14 years ago
  12. a427615 net: cleanup inclusion by Changli Gao · 14 years ago
  13. de38483 net: ingress filter message limit by Stephen Hemminger · 14 years ago
  14. bb7e95c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  15. a256be7 drop_monitor: use genl_register_family_with_ops() by Changli Gao · 14 years ago
  16. c736eef net: dev_forward_skb should call nf_reset by Ben Greear · 14 years ago
  17. fed6638 net: pskb_expand_head() optimization by Eric Dumazet · 14 years ago
  18. c1f7942 sysfs: add attribute to indicate hw address assignment type by Stefan Assmann · 14 years ago
  19. 451e07a net: core: don't use own hex_to_bin() method by Andy Shevchenko · 14 years ago
  20. be2b6e6 net: Fix skb_copy_expand() handling of ->csum_start by David S. Miller · 14 years ago
  21. 00c5a98 net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.c by Andrea Shepard · 14 years ago
  22. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  23. 4b70637 drop_monitor: Add error code to detect duplicate state changes by Neil Horman · 14 years ago
  24. d79d991 __dst_free(): put EXPORT_SYMBOLS after the fct by Nicolas Dichtel · 14 years ago
  25. d6d9ca0 net: this_cpu_xxx conversions by Eric Dumazet · 14 years ago
  26. bd27290 net: 64bit stats for netdev_queue by Eric Dumazet · 14 years ago
  27. c1f19b5 net: support time stamping in phy devices. by Richard Cochran · 14 years ago
  28. b0f77d0 net: fix problem in reading sock TX queue by Tom Herbert · 14 years ago
  29. 91a72a7 net/core: neighbour update Oops by Doug Kehn · 14 years ago
  30. 87fd308 net: skb_tx_hash() fix relative to skb_orphan_try() by Eric Dumazet · 14 years ago
  31. 8a994a7 net/core: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  32. d361fd5 net: sock_free() optimizations by Eric Dumazet · 14 years ago
  33. 9e34a5b net/core: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  34. d775351 net: Document that dev_get_stats() returns the given pointer by Ben Hutchings · 14 years ago
  35. 3cfde79 net: Get rid of rtnl_link_stats64 / net_device_stats union by Ben Hutchings · 14 years ago
  36. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  37. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  38. 256df2f netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functions by Joe Perches · 14 years ago
  39. f0796d5 net: decreasing real_num_tx_queues needs to flush qdisc by John Fastabend · 14 years ago
  40. a5b6ee2 ethtool: Add support for control of RX flow hash indirection by Ben Hutchings · 14 years ago
  41. 1437ce3 ethtool: Change ethtool_op_set_flags to validate flags by Ben Hutchings · 14 years ago
  42. 70777d0 net/core: use ntohs for skb->protocol by Sebastian Andrzej Siewior · 14 years ago
  43. bf98843 ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFH by Ben Hutchings · 14 years ago
  44. db048b6 ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALL by Ben Hutchings · 14 years ago
  45. 7a9b2d5 net: use this_cpu_ptr() by Eric Dumazet · 14 years ago
  46. f9467ea net/core/pktgen.c: Use pr_<level> by Joe Perches · 14 years ago
  47. 01f2f3f net: optimize Berkeley Packet Filter (BPF) processing by Hagen Paul Pfeifer · 14 years ago
  48. deb0d7c net: fix "netpoll: Allow netpoll_setup/cleanup recursion" by Andrew Morton · 14 years ago
  49. 6afff0c net: consolidate netif_needs_gso() checks by John Fastabend · 14 years ago
  50. 3924773 net: Export cred_to_ucred to modules. by David S. Miller · 14 years ago
  51. 257b535 scm: Capture the full credentials of the scm sender. by Eric W. Biederman · 14 years ago
  52. 109f6e3 af_unix: Allow SO_PEERCRED to work across namespaces. by Eric W. Biederman · 14 years ago
  53. 3f551f9 sock: Introduce cred_to_ucred by Eric W. Biederman · 14 years ago
  54. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  55. 93e2c32 net: add rx_handler data pointer by Jiri Pirko · 14 years ago
  56. 8fdd95e netpoll: Allow netpoll_setup/cleanup recursion by Herbert Xu · 14 years ago
  57. 4247e16 netpoll: Add ndo_netpoll_setup by Herbert Xu · 14 years ago
  58. dbaa154 netpoll: Add locking for netpoll_setup/cleanup by Herbert Xu · 14 years ago
  59. de85d99 netpoll: Fix RCU usage by Herbert Xu · 14 years ago
  60. c04ec80 netpoll: Set npinfo to NULL even with ndo_netpoll_cleanup by Herbert Xu · 14 years ago
  61. 6b08f51 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  62. e8d15e6 net: rxhash already set in __copy_skb_header by Eric Dumazet · 14 years ago
  63. e897082 net: fix deliver_no_wcard regression on loopback device by John Fastabend · 14 years ago
  64. be1f3c2 net: Enable 64-bit net device statistics on 32-bit architectures by Ben Hutchings · 14 years ago
  65. 43d28b6 pktgen: increasing transmission granularity by Daniel Turull · 14 years ago
  66. c7de2cf pkt_sched: gen_kill_estimator() rcu fixes by Eric Dumazet · 14 years ago
  67. 62522d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  68. 07a0f0f pktgen: Fix accuracy of inter-packet delay. by Daniel Turull · 14 years ago
  69. ae638c4 pkt_sched: gen_estimator: add a new lock by Eric Dumazet · 14 years ago
  70. 597a264 net: deliver skbs on inactive slaves to exact matches by John Fastabend · 14 years ago
  71. 08c801f net: Print num_rx_queues imbalance warning only when there are allocated queues by Tim Gardner · 14 years ago
  72. bb69ae0 anycast: Some RCU conversions by Eric Dumazet · 14 years ago
  73. 271c1df net: Remove unnecessary net action assertion by jamal · 14 years ago
  74. fe33147 net-caif: Added missing lock validator constants by Alex Lorca · 14 years ago
  75. eedc765 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  76. b78462e skbuff: add check for non-linear to warn_if_lro and needs_linearize by Alexander Duyck · 14 years ago
  77. ab95bfe net: replace hooks in __netif_receive_skb V5 by Jiri Pirko · 14 years ago
  78. 79640a4 net: add additional lock to qdisc to increase throughput by Eric Dumazet · 14 years ago
  79. 2df4a0f net: fix conflict between null_or_orig and null_or_bond by John Fastabend · 14 years ago
  80. bc135b2 net: Define accessors to manipulate QDISC_STATE_RUNNING by Eric Dumazet · 14 years ago
  81. b1faf56 net: sock_queue_err_skb() dont mess with sk_forward_alloc by Eric Dumazet · 14 years ago
  82. 6496084 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  83. 15e83ed net: remove zap_completion_queue by Eric Dumazet · 14 years ago
  84. 27f39c73e net: Use __this_cpu_inc() in fast path by Eric Dumazet · 14 years ago
  85. 92b4522 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  86. 2903037 net: fix sk_forward_alloc corruptions by Eric Dumazet · 14 years ago
  87. 5b0daa3 skb: make skb_recycle_check() return a bool value by Changli Gao · 14 years ago
  88. 72da3bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  89. 045de01 netlink: bug fix: wrong size was calculated for vfinfo list blob by Scott Feldman · 14 years ago
  90. 8ca9418 netlink: bug fix: don't overrun skbs on vf_port dump by Scott Feldman · 14 years ago
  91. a473113 net: fix __neigh_event_send() by Eric Dumazet · 14 years ago
  92. c5617b2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  93. 8a74ad6 net: fix lock_sock_bh/unlock_sock_bh by Eric Dumazet · 14 years ago
  94. b1cdc46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  95. 8286274 tun: Update classid on packet injection by Herbert Xu · 14 years ago
  96. f845172 cls_cgroup: Store classid in struct sock by Herbert Xu · 14 years ago
  97. 8ce6cebc net-2.6 : V2 - fix dev_get_valid_name by Daniel Lezcano · 14 years ago
  98. 253683b rtnetlink: Fix error handling in do_setlink() by David Howells · 14 years ago
  99. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  100. 35f3d14 pipe: add support for shrinking and growing pipes by Jens Axboe · 14 years ago