1. b9f40e2 net-timestamp: move timestamp flags out of sk_flags by Willem de Bruijn · 10 years ago
  2. 278571b net: filter: simplify socket charging by Alexei Starovoitov · 10 years ago
  3. 4d276eb net: remove deprecated syststamp timestamp by Willem de Bruijn · 10 years ago
  4. 274f482 sock: remove skb argument from sk_rcvqueues_full by Sorin Dumitru · 10 years ago
  5. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 10 years ago
  6. a3b299d net: Add variants of capable for use on on sockets by Eric W. Biederman · 10 years ago
  7. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  8. c3f9b01 tcp: tcp_release_cb() should release socket ownership by Eric Dumazet · 10 years ago
  9. ed98df3 net: use __GFP_NORETRY for high order allocations by Eric Dumazet · 10 years ago
  10. ea02f94 net: introduce SO_BPF_EXTENSIONS by Michal Sekletar · 11 years ago
  11. 097b4f1 net: allow > 0 order atomic page alloc in skb_page_frag_refill by Michael Dalton · 11 years ago
  12. 855404e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  13. 8f09898 socket: cleanups by stephen hemminger · 11 years ago
  14. 86f8515 net: netprio: rename config to be more consistent with cgroup configs by Daniel Borkmann · 11 years ago
  15. fe1217c net: net_cls: move cgroupfs classid handling into core by Daniel Borkmann · 11 years ago
  16. 12663bf net: unix: allow set_peek_off to fail by Sasha Levin · 11 years ago
  17. 0a6957e net: remove function sk_reset_txq() by ZHAO Gang · 11 years ago
  18. 400dfd3 net: refactor sk_page_frag_refill() by Eric Dumazet · 11 years ago
  19. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  20. 7eec417 pkt_sched: fq: fix non TCP flows pacing by Eric Dumazet · 11 years ago
  21. 62748f3 net: introduce SO_MAX_PACING_RATE by Eric Dumazet · 11 years ago
  22. 28d6427 net: attempt high order allocations in sock_alloc_send_pskb() by Eric Dumazet · 11 years ago
  23. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  24. e0d1095 net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL by Cong Wang · 11 years ago
  25. f2f872f netem: Introduce skb_orphan_partial() helper by Eric Dumazet · 11 years ago
  26. cb820f8 net: Provide a generic socket error queue delivery method for Tx time stamps. by Richard Cochran · 11 years ago
  27. 64b0dc5 net: rename busy poll socket op and globals by Eliezer Tamir · 11 years ago
  28. 076bb0c net: rename include/net/ll_poll.h to include/net/busy_poll.h by Eliezer Tamir · 11 years ago
  29. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  30. 5dbe7c1 net: fix kernel deadlock with interface rename and netdev name retrieval. by Nicolas Schichan · 11 years ago
  31. 2d48d67 net: poll/select low latency socket support by Eliezer Tamir · 11 years ago
  32. dafcc43 net: add socket option for low latency polling by Eliezer Tamir · 11 years ago
  33. 0602129 net: add low latency socket poll by Eliezer Tamir · 11 years ago
  34. 456db6a net/core/sock.c: add missing VSOCK string in af_family_*_key_strings by Federico Vaga · 11 years ago
  35. f77d602 ipv6: do not clear pinet6 field by Eric Dumazet · 11 years ago
  36. 6ffd464 netprio_cgroup: remove task_struct parameter from sock_update_netprio() by Zefan Li · 11 years ago
  37. 211d2f97 cls_cgroup: remove task_struct parameter from sock_update_classid() by Zefan Li · 11 years ago
  38. 7d4c04f net: add option to enable error queue packets waking select by Keller, Jacob E · 11 years ago
  39. 4021db9 net: remove redundant ifdef CONFIG_CGROUPS by Zefan Li · 11 years ago
  40. cbda4ea sock: only define socket limit if mem cgroup configured by stephen hemminger · 11 years ago
  41. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  42. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  43. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 11 years ago
  44. 055dc21 soreuseport: infrastructure by Tom Herbert · 11 years ago
  45. d59577b sk-filter: Add ability to lock a socket filter program by Vincent Bernat · 12 years ago
  46. 30e6c9f net: devnet_rename_seq should be a seqcount by Eric Dumazet · 12 years ago
  47. c91f6df sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface name by Brian Haley · 12 years ago
  48. 5e1fccc net: Allow userns root control of the core of the network stack. by Eric W. Biederman · 12 years ago
  49. a8fc927 sk-filter: Add ability to get socket filter program (v2) by Pavel Emelyanov · 12 years ago
  50. fd9a08a cgroup: net_cls: Pass in task to sock_update_classid() by Daniel Wagner · 12 years ago
  51. 3ace03c cgroup: net_cls: Remove rcu_read_lock/unlock by Daniel Wagner · 12 years ago
  52. f7b86bf sockopt: Make SO_BINDTODEVICE readable by Pavel Emelyanov · 12 years ago
  53. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  54. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  55. c0e8a13 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  56. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  57. e2bcabe net: remove sk_init() helper by Eric Dumazet · 12 years ago
  58. 3e10986 net: guard tcp_set_keepalive() to tcp sockets by Eric Dumazet · 12 years ago
  59. 5640f76 net: use a per task frag allocator by Eric Dumazet · 12 years ago
  60. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  61. 8a8e04d cgroup: Assign subsystem IDs during compile time by Daniel Wagner · 12 years ago
  62. 51e4e7f cgroup: net_prio: Do not define task_netpioidx() when not selected by Daniel Wagner · 12 years ago
  63. 8fb974c cgroup: net_cls: Do not define task_cls_classid() when not selected by Daniel Wagner · 12 years ago
  64. 1c463e5 net: fix net/core/sock.c build error by Randy Dunlap · 12 years ago
  65. e812347 net: sock_edemux() should take care of timewait sockets by Eric Dumazet · 12 years ago
  66. 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
  67. 3afa6d0 cls_cgroup: Allow classifier cgroups to have their classid reset to 0 by Neil Horman · 12 years ago
  68. 976d0201 userns: Convert sock_i_uid to return a kuid_t by Eric W. Biederman · 12 years ago
  69. b2e4f54 userns: Convert net/core/scm.c to use kuids and kgids by Eric W. Biederman · 12 years ago
  70. 1485348 tcp: Apply device TSO segment limit earlier by Ben Hutchings · 12 years ago
  71. c76562b netvm: prevent a stream-specific deadlock by Mel Gorman · 12 years ago
  72. b4b9e35 netvm: set PF_MEMALLOC as appropriate during SKB processing by Mel Gorman · 12 years ago
  73. c93bdd0 netvm: allow skb allocation to use PFMEMALLOC reserves by Mel Gorman · 12 years ago
  74. 7cb0240 netvm: allow the use of __GFP_MEMALLOC by specific sockets by Mel Gorman · 12 years ago
  75. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  76. 406a3c6 net: netprio_cgroup: rework update socket logic by John Fastabend · 12 years ago
  77. 46d3cea tcp: TCP Small Queues by Eric Dumazet · 12 years ago
  78. 41063e9 ipv4: Early TCP socket demux. by David S. Miller · 12 years ago
  79. cc9b17a net: sock: validate data_len before allocating skb in sock_alloc_send_pskb() by Jason Wang · 12 years ago
  80. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  81. 88d6ae8d Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  82. e005d19 net: core: Use pr_<level> by Joe Perches · 12 years ago
  83. 1b23a5d net: sock_flag() cleanup by Eric Dumazet · 12 years ago
  84. 6d8ebc8 net: export sysctl_[r|w]mem_max symbols needed by ip_vs_sync by Hans Schillstrom · 12 years ago
  85. 76b6db0 userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid by Eric W. Biederman · 12 years ago
  86. 8c1ae10 net: Add missing linux/prefetch.h include to net/core/sock.c by David S. Miller · 12 years ago
  87. e4cbb02 net: add a prefetch in socket backlog processing by Eric Dumazet · 12 years ago
  88. cb75a36 net: Fixed a coding style issue related to spaces. by Jeffrin Jose · 12 years ago
  89. 8298193 net: cleanups in sock_setsockopt() by Eric Dumazet · 12 years ago
  90. f545a38 net: add a limit parameter to sk_add_backlog() by Eric Dumazet · 12 years ago
  91. 4a17fd5 sock: Introduce named constants for sk_reuse by Pavel Emelyanov · 12 years ago
  92. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  93. 1d62e43 cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcg by Glauber Costa · 12 years ago
  94. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  95. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  96. 0d9cabd Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  97. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  98. bc2f799 net: Add missing getsockopt for SO_NOFCS. by David S. Miller · 12 years ago
  99. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  100. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 12 years ago