1. 256df2f netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functions by Joe Perches · 14 years ago
  2. a5b6ee2 ethtool: Add support for control of RX flow hash indirection by Ben Hutchings · 14 years ago
  3. 1437ce3 ethtool: Change ethtool_op_set_flags to validate flags by Ben Hutchings · 14 years ago
  4. 70777d0 net/core: use ntohs for skb->protocol by Sebastian Andrzej Siewior · 14 years ago
  5. 7a9b2d5 net: use this_cpu_ptr() by Eric Dumazet · 14 years ago
  6. f9467ea net/core/pktgen.c: Use pr_<level> by Joe Perches · 14 years ago
  7. 01f2f3f net: optimize Berkeley Packet Filter (BPF) processing by Hagen Paul Pfeifer · 14 years ago
  8. deb0d7c net: fix "netpoll: Allow netpoll_setup/cleanup recursion" by Andrew Morton · 14 years ago
  9. 6afff0c net: consolidate netif_needs_gso() checks by John Fastabend · 14 years ago
  10. 3924773 net: Export cred_to_ucred to modules. by David S. Miller · 14 years ago
  11. 257b535 scm: Capture the full credentials of the scm sender. by Eric W. Biederman · 14 years ago
  12. 109f6e3 af_unix: Allow SO_PEERCRED to work across namespaces. by Eric W. Biederman · 14 years ago
  13. 3f551f9 sock: Introduce cred_to_ucred by Eric W. Biederman · 14 years ago
  14. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  15. 93e2c32 net: add rx_handler data pointer by Jiri Pirko · 14 years ago
  16. 8fdd95e netpoll: Allow netpoll_setup/cleanup recursion by Herbert Xu · 14 years ago
  17. 4247e16 netpoll: Add ndo_netpoll_setup by Herbert Xu · 14 years ago
  18. dbaa154 netpoll: Add locking for netpoll_setup/cleanup by Herbert Xu · 14 years ago
  19. de85d99 netpoll: Fix RCU usage by Herbert Xu · 14 years ago
  20. c04ec80 netpoll: Set npinfo to NULL even with ndo_netpoll_cleanup by Herbert Xu · 14 years ago
  21. 6b08f51 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  22. e8d15e6 net: rxhash already set in __copy_skb_header by Eric Dumazet · 14 years ago
  23. e897082 net: fix deliver_no_wcard regression on loopback device by John Fastabend · 14 years ago
  24. be1f3c2 net: Enable 64-bit net device statistics on 32-bit architectures by Ben Hutchings · 14 years ago
  25. 43d28b6 pktgen: increasing transmission granularity by Daniel Turull · 14 years ago
  26. c7de2cf pkt_sched: gen_kill_estimator() rcu fixes by Eric Dumazet · 14 years ago
  27. 62522d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  28. 07a0f0f pktgen: Fix accuracy of inter-packet delay. by Daniel Turull · 14 years ago
  29. ae638c4 pkt_sched: gen_estimator: add a new lock by Eric Dumazet · 14 years ago
  30. 597a264 net: deliver skbs on inactive slaves to exact matches by John Fastabend · 14 years ago
  31. 08c801f net: Print num_rx_queues imbalance warning only when there are allocated queues by Tim Gardner · 14 years ago
  32. bb69ae0 anycast: Some RCU conversions by Eric Dumazet · 14 years ago
  33. 271c1df net: Remove unnecessary net action assertion by jamal · 14 years ago
  34. fe33147 net-caif: Added missing lock validator constants by Alex Lorca · 14 years ago
  35. eedc765 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  36. b78462e skbuff: add check for non-linear to warn_if_lro and needs_linearize by Alexander Duyck · 14 years ago
  37. ab95bfe net: replace hooks in __netif_receive_skb V5 by Jiri Pirko · 14 years ago
  38. 79640a4 net: add additional lock to qdisc to increase throughput by Eric Dumazet · 14 years ago
  39. 2df4a0f net: fix conflict between null_or_orig and null_or_bond by John Fastabend · 14 years ago
  40. bc135b2 net: Define accessors to manipulate QDISC_STATE_RUNNING by Eric Dumazet · 14 years ago
  41. b1faf56 net: sock_queue_err_skb() dont mess with sk_forward_alloc by Eric Dumazet · 14 years ago
  42. 6496084 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  43. 15e83ed net: remove zap_completion_queue by Eric Dumazet · 14 years ago
  44. 27f39c73e net: Use __this_cpu_inc() in fast path by Eric Dumazet · 14 years ago
  45. 92b4522 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  46. 2903037 net: fix sk_forward_alloc corruptions by Eric Dumazet · 14 years ago
  47. 5b0daa3 skb: make skb_recycle_check() return a bool value by Changli Gao · 14 years ago
  48. 72da3bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  49. 045de01 netlink: bug fix: wrong size was calculated for vfinfo list blob by Scott Feldman · 14 years ago
  50. 8ca9418 netlink: bug fix: don't overrun skbs on vf_port dump by Scott Feldman · 14 years ago
  51. a473113 net: fix __neigh_event_send() by Eric Dumazet · 14 years ago
  52. 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
  53. 8a74ad6 net: fix lock_sock_bh/unlock_sock_bh by Eric Dumazet · 14 years ago
  54. b1cdc46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  55. 8286274 tun: Update classid on packet injection by Herbert Xu · 14 years ago
  56. f845172 cls_cgroup: Store classid in struct sock by Herbert Xu · 14 years ago
  57. 8ce6cebc net-2.6 : V2 - fix dev_get_valid_name by Daniel Lezcano · 14 years ago
  58. 253683b rtnetlink: Fix error handling in do_setlink() by David Howells · 14 years ago
  59. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  60. 35f3d14 pipe: add support for shrinking and growing pipes by Jens Axboe · 14 years ago
  61. a1b3f59 net: Expose all network devices in a namespaces in sysfs by Eric W. Biederman · 14 years ago
  62. d6523dd net/sysfs: Fix the bitrot in network device kobject namespace support by Eric W. Biederman · 14 years ago
  63. 608b4b9 netns: Teach network device kobjects which namespace they are in. by Eric W. Biederman · 14 years ago
  64. ff5f149 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7 by Steven Rostedt · 14 years ago
  65. 76cc8b1 net: fix problem in dequeuing from input_pkt_queue by Tom Herbert · 14 years ago
  66. 622e0ca gro: Fix bogus gso_size on the first fraglist entry by Herbert Xu · 14 years ago
  67. 57b6108 net: Add netlink support for virtual port management (was iovnl) by Scott Feldman · 14 years ago
  68. ccbd6a5 net: Remove unnecessary semicolons after switch statements by Joe Perches · 14 years ago
  69. 7fee226 net: add a noref bit on skb dst by Eric Dumazet · 14 years ago
  70. ebda37c2 rps: avoid one atomic in enqueue_to_backlog by Eric Dumazet · 14 years ago
  71. 6811d58 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  72. c02db8c rtnetlink: make SR-IOV VF interface symmetric by Chris Wright · 14 years ago
  73. a465419 net: Introduce sk_route_nocaps by Eric Dumazet · 14 years ago
  74. 3b098e2 net: Consistent skb timestamping by Eric Dumazet · 14 years ago
  75. a14462f net: adjust handle_macvlan to pass port struct to hook by Jiri Pirko · 14 years ago
  76. 38516ab tracing: Let tracepoints have data passed to tracepoint callbacks by Steven Rostedt · 14 years ago
  77. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  78. eecfd7c rps: Various optimizations by Eric Dumazet · 14 years ago
  79. 6ec8256 veth: Dont kfree_skb() after dev_forward_skb() by Eric Dumazet · 14 years ago
  80. 0e34e93 netpoll: add generic support for bridge and bonding devices by WANG Cong · 14 years ago
  81. ec7d2f2 net: __alloc_skb() speedup by Eric Dumazet · 14 years ago
  82. 93bb64e net: skb_free_datagram_locked() fix by Eric Dumazet · 14 years ago
  83. dee4287 net: fix softnet_stat by Changli Gao · 14 years ago
  84. 47d2964 net: Inline skb_pull() in eth_type_trans(). by David S. Miller · 14 years ago
  85. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  86. 4b0b72f net: speedup udp receive path by Eric Dumazet · 14 years ago
  87. 05fceb4 net: disallow to use net_assign_generic externally by Jiri Pirko · 14 years ago
  88. c377411 net: sk_add_backlog() take rmem_alloc into account by Eric Dumazet · 14 years ago
  89. 6e7676c net: batch skb dequeueing from softnet input_pkt_queue by Changli Gao · 14 years ago
  90. a9cbd58 net: reimplement softnet_data.output_queue as a FIFO queue by Changli Gao · 14 years ago
  91. bb61187 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6 by David S. Miller · 14 years ago
  92. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  93. 25239ce net: rtnetlink: decouple rtnetlink address families from real address families by Patrick McHardy · 14 years ago
  94. 3d0c9c4 net: fib_rules: mark arguments to fib_rules_register const and __net_initdata by Patrick McHardy · 14 years ago
  95. b3c981d netns: rename unregister_pernet_subsys parameter by Jiri Pirko · 14 years ago
  96. 8c52d50 rps: optimize rps_get_cpu() by Changli Gao · 14 years ago
  97. 40eaf96 net: Socket filter ancilliary data access for skb->dev->type by Paul LeoNerd Evans · 14 years ago
  98. 80032cf rtnetlink: potential ERR_PTR dereference by Dan Carpenter · 14 years ago
  99. 9ccb897 net: Orphan and de-dst skbs earlier in xmit path. by David S. Miller · 14 years ago
  100. e326bed rps: immediate send IPI in process_backlog() by Eric Dumazet · 14 years ago