1. 62b5942 net: core: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  2. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  3. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 12 years ago
  4. c5c3510 netns: fdb: allow unprivileged users to add/del fdb entries by Gao feng · 12 years ago
  5. 92df9b2 net: Fix inner_network_header assignment in skb-copy. by Pravin B Shelar · 12 years ago
  6. d2ed273 net: disallow drivers with buggy VLAN accel to register_netdevice() by Michał Mirosław · 12 years ago
  7. 604dfd6 pktgen: correctly handle failures when adding a device by Cong Wang · 12 years ago
  8. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  9. 4e58a02 pktgen: support net namespace by Cong Wang · 12 years ago
  10. 08433ef net neigh: Optimize neighbor entry size calculation. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  11. cdda889 net: avoid to hang up on sending due to sysctl configuration overflow. by bingtian.ly@taobao.com · 12 years ago
  12. 556e625 netpoll: use the net namespace of current process instead of init_net by Cong Wang · 12 years ago
  13. faeed82 netpoll: use ipv6_addr_equal() to compare ipv6 addr by Cong Wang · 12 years ago
  14. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 12 years ago
  15. 055dc21 soreuseport: infrastructure by Tom Herbert · 12 years ago
  16. e39363a netpoll: fix an uninitialized variable by Cong Wang · 12 years ago
  17. 8fbcec2 net: Use IS_ERR_OR_NULL(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  18. 2724680 neigh: Keep neighbour cache entries if number of them is small enough. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  19. d842950 net: net_cls: fd passed in SCM_RIGHTS datagram not set correctly by Daniel Wagner · 12 years ago
  20. 441d9d3 net: move rx and tx hash functions to net/core/flow_dissector.c by Cong Wang · 12 years ago
  21. bc9540c net: splice: fix __splice_segment() by Eric Dumazet · 12 years ago
  22. 82bda61 net: splice: avoid high order page splitting by Eric Dumazet · 12 years ago
  23. d59577b sk-filter: Add ability to lock a socket filter program by Vincent Bernat · 12 years ago
  24. 5bd30d3 netpoll: fix a missing dev refcounting by Cong Wang · 12 years ago
  25. f92d318 netpoll: fix a rtnl lock assertion failure by Cong Wang · 12 years ago
  26. 757b8b1 net_sched: fix qdisc_pkt_len_init() by Eric Dumazet · 12 years ago
  27. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  28. cce894b tcp: fix a panic on UP machines in reqsk_fastopen_remove by Eric Dumazet · 12 years ago
  29. 18aafc6 net: splice: fix __splice_segment() by Eric Dumazet · 12 years ago
  30. d07d750 net, wireless: overwrite default_ethtool_ops by Stanislaw Gruszka · 12 years ago
  31. 87696f9 net: Export __netdev_pick_tx so that it can be used in modules by Alexander Duyck · 12 years ago
  32. 024e967 net: Add support for XPS without sysfs being defined by Alexander Duyck · 12 years ago
  33. 01c5f86 net: Rewrite netif_set_xps_queues to address several issues by Alexander Duyck · 12 years ago
  34. 10cdc3f net: Rewrite netif_reset_xps_queue to allow for better code reuse by Alexander Duyck · 12 years ago
  35. 537c00d net: Add functions netif_reset_xps_queue and netif_set_xps_queue by Alexander Duyck · 12 years ago
  36. 416186f net: Split core bits of netdev_pick_tx into __netdev_pick_tx by Alexander Duyck · 12 years ago
  37. 1def923 net_sched: more precise pkt_len computation by Eric Dumazet · 12 years ago
  38. 948b337 net: init perm_addr in register_netdevice() by Jiri Pirko · 12 years ago
  39. b3d936f netpoll: add IPv6 support by Cong Wang · 12 years ago
  40. b7394d2 netpoll: prepare for ipv6 by Cong Wang · 12 years ago
  41. fda55ec net: introduce skb_transport_header_was_set() by Eric Dumazet · 12 years ago
  42. c03a14e ethtool: consolidate work with ethtool_ops by Jiri Pirko · 12 years ago
  43. 9ca1b22 net: splice: avoid high order page splitting by Eric Dumazet · 12 years ago
  44. 2afb9b5 ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on create by Jiri Pirko · 12 years ago
  45. 8b98a70 net: remove no longer used netdev_set_bond_master() and netdev_set_master() by Jiri Pirko · 12 years ago
  46. 471cb5a bonding: remove usage of dev->master by Jiri Pirko · 12 years ago
  47. 49bd8fb0 netpoll: remove usage of dev->master by Jiri Pirko · 12 years ago
  48. 898e506 rtnetlink: remove usage of dev->master by Jiri Pirko · 12 years ago
  49. 9ff162a net: introduce upper device lists by Jiri Pirko · 12 years ago
  50. fbdeca2 net: add address assign type "SET" by Jiri Pirko · 12 years ago
  51. f652151 net: call add_device_randomness() only after successful mac change by Jiri Pirko · 12 years ago
  52. e7c3273 rtnl: use dev_set_mac_address() instead of plain ndo_ by Jiri Pirko · 12 years ago
  53. aa1113d net: filter: return -EINVAL if BPF_S_ANC* operation is not supported by Daniel Borkmann · 12 years ago
  54. 61c5e88 skbuff: make __kmalloc_reserve static by stephen hemminger · 12 years ago
  55. b211172 net: use per task frag allocator in skb_append_datato_frags by Eric Dumazet · 12 years ago
  56. 9a57247 rtnl: expose carrier value with possibility to set it by Jiri Pirko · 12 years ago
  57. fdae0fd net: allow to change carrier via sysfs by Jiri Pirko · 12 years ago
  58. 4bf84c3 net: add change_carrier netdev op by Jiri Pirko · 12 years ago
  59. 8baf82b CONFIG_HOTPLUG removal from networking core by Greg KH · 12 years ago
  60. 30e6c9f net: devnet_rename_seq should be a seqcount by Eric Dumazet · 12 years ago
  61. a2faf2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  62. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  63. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 12 years ago
  64. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  65. d206e09 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  66. 75be437 net: gro: avoid double copy in skb_gro_receive() by Eric Dumazet · 12 years ago
  67. a71258d net: remove obsolete simple_strto<foo> by Abhijit Pawar · 12 years ago
  68. 89c5fa3 net: gro: dev_gro_receive() cleanup by Eric Dumazet · 12 years ago
  69. 4b5511e net: remove obsolete simple_strto<foo> by Abhijit Pawar · 12 years ago
  70. fc70fb6 net: Handle encapsulated offloads before fragmentation or handing to lower dev by Alexander Duyck · 12 years ago
  71. 6a674e9 net: Add support for hardware-offloaded encapsulation by Joseph Gasparakis · 12 years ago
  72. c3c7c25 net: gro: fix possible panic in skb_gro_receive() by Eric Dumazet · 12 years ago
  73. e3d8fab net: call notifiers for mtu change even if iface is not up by Jiri Pirko · 12 years ago
  74. b93196d net: fix some compiler warning in net/core/neighbour.c by Cong Wang · 12 years ago
  75. ce46cc6 net: neighbour: prohibit negative value for unres_qlen_bytes parameter by Shan Wei · 12 years ago
  76. 4e66ae2 net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD by Serge Hallyn · 12 years ago
  77. c071356 rtnelink: remove unused parameter from rtnl_create_link(). by Rami Rosen · 12 years ago
  78. bb72882 core: make GRO methods static. by Rami Rosen · 12 years ago
  79. c91f6df sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface name by Brian Haley · 12 years ago
  80. 24bc518 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  81. 811d8d6 netprio_cgroup: allow nesting and inherit config on cgroup creation by Tejun Heo · 12 years ago
  82. 666b0eb netprio_cgroup: implement netprio[_set]_prio() helpers by Tejun Heo · 12 years ago
  83. 88d642f netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidx by Tejun Heo · 12 years ago
  84. 4a6ee25 netprio_cgroup: reimplement priomap expansion by Tejun Heo · 12 years ago
  85. 52bca93 netprio_cgroup: shorten variable names in extend_netdev_table() by Tejun Heo · 12 years ago
  86. 6d5759d netprio_cgroup: simplify write_priomap() by Tejun Heo · 12 years ago
  87. f30a944 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  88. 388dfc2 net: Remove redundant null check before kfree in dev.c by Sachin Kamat · 12 years ago
  89. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 13 years ago
  90. 142e1d1 userns: Allow unprivileged use of setns. by Eric W. Biederman · 12 years ago
  91. 01f1c6b net: remove unnecessary wireless includes by Johannes Berg · 12 years ago
  92. 1f743b0 net: core: use this_cpu_ptr per-cpu helper by Shan Wei · 12 years ago
  93. e56108d9 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  94. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
  95. 038e733 userns: make each net (net_ns) belong to a user_ns by Eric W. Biederman · 12 years ago
  96. d727abc netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS by Eric W. Biederman · 12 years ago
  97. b51642f net: Enable a userns root rtnl calls that are safe for unprivilged users by Eric W. Biederman · 12 years ago
  98. 5e1fccc net: Allow userns root control of the core of the network stack. by Eric W. Biederman · 12 years ago
  99. 00f70de net: Allow userns root to force the scm creds by Eric W. Biederman · 12 years ago
  100. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 12 years ago