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