1. 2e71a6f net: gro: selective flush of packets by Eric Dumazet · 12 years ago
  2. ca07e43 net: gro: fix a potential crash in skb_gro_reset_offset by Eric Dumazet · 12 years ago
  3. e1f1650 net: Fix skb_under_panic oops in neigh_resolve_output by ramesh.nagappa@gmail.com · 12 years ago
  4. acb600d net: remove skb recycling by Eric Dumazet · 12 years ago
  5. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  6. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  7. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  8. 68d47a1 Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  9. c0e8a13 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  10. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  11. edc7d57 netlink: add attributes to fdb interface by stephen hemminger · 12 years ago
  12. c9e6bc6 net: add gro_cells infrastructure by Eric Dumazet · 12 years ago
  13. f4b549a use skb_end_offset() in skb_try_coalesce() by Weiping Pan · 12 years ago
  14. 06d2fe1 Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  15. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  16. 69b08f6 net: use bigger pages in __netdev_alloc_frag by Eric Dumazet · 12 years ago
  17. e2bcabe net: remove sk_init() helper by Eric Dumazet · 12 years ago
  18. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  19. c3c073f new helper: iterate_fd() by Al Viro · 12 years ago
  20. 3e10986 net: guard tcp_set_keepalive() to tcp sockets by Eric Dumazet · 12 years ago
  21. 9e49e88 filter: add XOR instruction for use with X/K by Daniel Borkmann · 12 years ago
  22. 5640f76 net: use a per task frag allocator by Eric Dumazet · 12 years ago
  23. c0d680e net: do not disable sg for packets requiring no checksum by Ed Cashin · 12 years ago
  24. 8ea853f net/core: fix comment in skb_try_coalesce by Li RongQing · 12 years ago
  25. 8c4c49d netpoll: call ->ndo_select_queue() in tx path by Amerigo Wang · 12 years ago
  26. 6b6e272 netdev: make address const in device address management by stephen hemminger · 12 years ago
  27. 2c60db0 net: provide a default dev->ethtool_ops by Eric Dumazet · 12 years ago
  28. 828de4f net: dev: fix incorrect getting net device's name by Gao feng · 12 years ago
  29. b40863c net: more accurate network taps in transmit path by Eric Dumazet · 12 years ago
  30. 0e698bf net: fix memory leak on oom with zerocopy by Michael S. Tsirkin · 12 years ago
  31. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  32. 666f355 device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emit by Joe Perches · 12 years ago
  33. c2c5a70 netdev_printk/netif_printk: Remove a superfluous logging colon by Joe Perches · 12 years ago
  34. b004ff4 netdev_printk/dynamic_netdev_dbg: Directly call printk_emit by Joe Perches · 12 years ago
  35. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  36. 8c7f6ed cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them by Tejun Heo · 12 years ago
  37. 8a8e04d cgroup: Assign subsystem IDs during compile time by Daniel Wagner · 12 years ago
  38. 51e4e7f cgroup: net_prio: Do not define task_netpioidx() when not selected by Daniel Wagner · 12 years ago
  39. 8fb974c cgroup: net_cls: Do not define task_cls_classid() when not selected by Daniel Wagner · 12 years ago
  40. 6af773e pktgen: fix crash with vlan and packet size less than 46 by Nishank Trivedi · 12 years ago
  41. f05ba7f netprio_cgroup: Use memcpy instead of the for-loop to copy priomap by Srivatsa S. Bhat · 12 years ago
  42. d530d6d netprio_cgroup: Remove update_netdev_tables() since it is unnecessary by Srivatsa S. Bhat · 12 years ago
  43. 1c463e5 net: fix net/core/sock.c build error by Randy Dunlap · 12 years ago
  44. b6069a9 filter: add MOD operation by Eric Dumazet · 12 years ago
  45. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  46. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  47. 9785e10 netlink: kill netlink_set_nonroot by Pablo Neira Ayuso · 12 years ago
  48. 6862234 net: small bug on rxhash calculation by Chema Gonzalez · 12 years ago
  49. dbe9a41 scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie. by Eric W. Biederman · 12 years ago
  50. c6c1396 net: add unknown state to sysfs NIC duplex export by Nikolay Aleksandrov · 12 years ago
  51. e812347 net: sock_edemux() should take care of timewait sockets by Eric Dumazet · 12 years ago
  52. ace1fe1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 12 years ago
  53. 8336886 tcp: TCP Fast Open Server - support TFO listeners by Jerry Chu · 12 years ago
  54. d1a53df net: fix documentation of skb_needs_linearize(). by Rami Rosen · 12 years ago
  55. c32f386 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  56. ee13040 netpoll: provide an IP ident in UDP frames by Eric Dumazet · 12 years ago
  57. 6549dd4 net: dev: fix the incorrect hold of net namespace's lo device by Gao feng · 12 years ago
  58. 58a317f netfilter: ipv6: add IPv6 NAT support by Patrick McHardy · 12 years ago
  59. 2cf545e net: core: add function for incremental IPv6 pseudo header checksum updates by Patrick McHardy · 12 years ago
  60. 072a9c4 netpoll: revert 6bdb7fe3104 and fix be_poll() instead by Amerigo Wang · 12 years ago
  61. e6acb38 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by David S. Miller · 12 years ago
  62. 8f4cccb net: Set device operstate at registration time by Ben Hutchings · 12 years ago
  63. 3afa6d0 cls_cgroup: Allow classifier cgroups to have their classid reset to 0 by Neil Horman · 12 years ago
  64. 748e2d9 net: reinstate rtnl in call_netdevice_notifiers() by Eric Dumazet · 12 years ago
  65. 0115e8e net: remove delay at device dismantle by Eric Dumazet · 12 years ago
  66. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  67. e7c2f96 workqueue: use mod_delayed_work() instead of __cancel + queue by Tejun Heo · 12 years ago
  68. 203b42f workqueue: make deferrable delayed_work initializer names consistent by Tejun Heo · 12 years ago
  69. 3de7a37 net/core/dev.c: fix kernel-doc warning by Randy Dunlap · 12 years ago
  70. c0de08d af_packet: don't emit packet on orig fanout group by Eric Leblond · 12 years ago
  71. 476ad15 net: netprio: fix cgrp create and write priomap race by John Fastabend · 12 years ago
  72. 48a87cc net: netprio: fd passed in SCM_RIGHTS datagram not set correctly by John Fastabend · 12 years ago
  73. f796c20 net: netprio: fix files lock and remove useless d_path bits by John Fastabend · 12 years ago
  74. 976d0201 userns: Convert sock_i_uid to return a kuid_t by Eric W. Biederman · 12 years ago
  75. d04a48b userns: Convert __dev_set_promiscuity to use kuids in audit logs by Eric W. Biederman · 12 years ago
  76. b2e4f54 userns: Convert net/core/scm.c to use kuids and kgids by Eric W. Biederman · 12 years ago
  77. 6bdb7fe netpoll: re-enable irq in poll_napi() by Amerigo Wang · 12 years ago
  78. 689971b netpoll: handle vlan tags in netpoll tx and rx path by Amerigo Wang · 12 years ago
  79. 2899656 netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev() by Amerigo Wang · 12 years ago
  80. 57c5d46 netpoll: take rcu_read_lock_bh() in netpoll_rx() by Amerigo Wang · 12 years ago
  81. 38e6bc1 netpoll: make __netpoll_cleanup non-block by Amerigo Wang · 12 years ago
  82. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  83. b7bc2a5 net: remove netdev_bonding_change() by Amerigo Wang · 12 years ago
  84. ee89bab net: move and rename netif_notify_peers() by Amerigo Wang · 12 years ago
  85. 41f63c5 workqueue: use mod_delayed_work() instead of cancel + queue by Tejun Heo · 12 years ago
  86. aa79e66 net: Make ifindex generation per-net namespace by Pavel Emelyanov · 12 years ago
  87. 9c7dafb net: Allow to create links with given ifindex by Pavel Emelyanov · 12 years ago
  88. a399a80 time: jiffies_delta_to_clock_t() helper to the rescue by Eric Dumazet · 12 years ago
  89. 7364e44 net/core: Fix potential memory leak in dev_set_alias() by Alexey Khoroshilov · 12 years ago
  90. a37e6e3 net: force dst_default_metrics to const section by Eric Dumazet · 12 years ago
  91. 1485348 tcp: Apply device TSO segment limit earlier by Ben Hutchings · 12 years ago
  92. 30b678d net: Allow driver to limit number of GSO segments per skb by Ben Hutchings · 12 years ago
  93. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  94. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  95. c76562b netvm: prevent a stream-specific deadlock by Mel Gorman · 12 years ago
  96. b4b9e35 netvm: set PF_MEMALLOC as appropriate during SKB processing by Mel Gorman · 12 years ago
  97. c93bdd0 netvm: allow skb allocation to use PFMEMALLOC reserves by Mel Gorman · 12 years ago
  98. 7cb0240 netvm: allow the use of __GFP_MEMALLOC by specific sockets by Mel Gorman · 12 years ago
  99. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  100. 54764bb ipv4: Restore old dst_free() behavior. by Eric Dumazet · 12 years ago