1. 538950a soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF by Craig Gallek · 8 years ago
  2. e32ea7e soreuseport: fast reuseport UDP socket selection by Craig Gallek · 8 years ago
  3. 197c949 udp: properly support MSG_PEEK with truncated buffers by Eric Dumazet · 9 years ago
  4. c8cd098 net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM by Tom Herbert · 9 years ago
  5. 945fae4 udp: remove duplicate include by stephen hemminger · 9 years ago
  6. 70da268 net: SO_INCOMING_CPU setsockopt() support by Eric Dumazet · 9 years ago
  7. 8cbb512c net: Add source address lookup op for VRF by David Ahern · 9 years ago
  8. 6e2895a net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC by David Ahern · 9 years ago
  9. 007979e net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER by David Ahern · 9 years ago
  10. 58189ca net: Fix vti use case with oif in dst lookups by David Ahern · 9 years ago
  11. 9a24abf udp: Handle VRF device in sendmsg by David Ahern · 9 years ago
  12. 10e2eb8 udp: fix dst races with multicast early demux by Eric Dumazet · 9 years ago
  13. 6e54030 ipv4/udp: Verify multicast group is ours in upd_v4_early_demux() by Shawn Bohrer · 9 years ago
  14. beb39db udp: fix behavior of wrong checksums by Eric Dumazet · 9 years ago
  15. 8bc0034 net: remove extra newlines by Sheng Yong · 9 years ago
  16. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  17. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  18. 6eada01 netns: constify net_hash_mix() and various callers by Eric Dumazet · 9 years ago
  19. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  20. 723b8e4 udp: In udp_flow_src_port use random hash value if skb_get_hash fails by Tom Herbert · 9 years ago
  21. ad6f939 ip: Add offset parameter to ip_cmsg_recv by Tom Herbert · 9 years ago
  22. 224d019 ip: Move checksum convert defines to inet by Tom Herbert · 9 years ago
  23. f69e6d1 ip_generic_getfrag, udplite_getfrag: switch to passing msghdr by Al Viro · 10 years ago
  24. 60c04ae udp: Neaten and reduce size of compute_score functions by Joe Perches · 10 years ago
  25. 227158d new helper: skb_copy_and_csum_datagram_msg() by Al Viro · 10 years ago
  26. 4243cdc udp: Neaten function pointer calls and add braces by Joe Perches · 10 years ago
  27. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  28. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  29. 36cbb24 udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts by Rick Jones · 10 years ago
  30. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  31. 6cf1093 udp: remove blank line between set and test by Fabian Frederick · 10 years ago
  32. c18450a udp: remove else after return by Fabian Frederick · 10 years ago
  33. 82eabd9 net: merge cases where sock_efree and sock_edemux are the same function by Alexander Duyck · 10 years ago
  34. 2abb7cd udp: Add support for doing checksum unnecessary conversion by Tom Herbert · 10 years ago
  35. 57c67ff udp: additional GRO support by Tom Herbert · 10 years ago
  36. 8fc54f6 net: use reciprocal_scale() helper by Daniel Borkmann · 10 years ago
  37. 274f482 sock: remove skb argument from sk_rcvqueues_full by Sorin Dumitru · 10 years ago
  38. 2dc41cf udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver. by David Held · 10 years ago
  39. 5cf3d46 udp: Simplify __udp*_lib_mcast_deliver. by David Held · 10 years ago
  40. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  41. 155e010 udp: Move udp_tunnel_segment into udp_offload.c by Tom Herbert · 10 years ago
  42. a2f983f ipv4: remove the unnecessary variable in udp_mcast_next by Li RongQing · 10 years ago
  43. 3e215c8 udp: Add MIB counters for rcvbuferrors by James M Leddy · 10 years ago
  44. 63c6f81 udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup by Eric Dumazet · 10 years ago
  45. ebbe495 ipv4: use skb frags api in udp4_hwcsum() by WANG Cong · 10 years ago
  46. 0f4f4ff net: Add GSO support for UDP tunnels with checksum by Tom Herbert · 10 years ago
  47. af5fcba udp: Generic functions to set checksum by Tom Herbert · 10 years ago
  48. 1c19448 net: Make enabling of zero UDP6 csums more restrictive by Tom Herbert · 10 years ago
  49. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 10 years ago
  50. c722831 net: Use a more standard macro for INET_ADDR_COOKIE by Joe Perches · 10 years ago
  51. 122ff24 ipv4: make ip_local_reserved_ports per netns by WANG Cong · 10 years ago
  52. 0a80966 net: Verify UDP checksum before handoff to encap by Tom Herbert · 10 years ago
  53. ed70fcf net: Call skb_checksum_init in IPv4 by Tom Herbert · 10 years ago
  54. c8e6ad0 ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsg by Hannes Frederic Sowa · 10 years ago
  55. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  56. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 10 years ago
  57. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  58. 7a7ffba ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC by Wei-Chun Chao · 11 years ago
  59. 1669cb9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  60. e47eb5d udp: ipv4: do not use sk_dst_lock from softirq context by Eric Dumazet · 11 years ago
  61. 9750223 udp: ipv4: must add synchronization in udp_sk_rx_dst_set() by Eric Dumazet · 11 years ago
  62. 610438b udp: ipv4: fix potential use after free in udp_v4_early_demux() by Eric Dumazet · 11 years ago
  63. 8afdd99 udp: ipv4: fix an use after free in __udp4_lib_rcv() by Eric Dumazet · 11 years ago
  64. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  65. f1d8cba inet: fix possible seqlock deadlocks by Eric Dumazet · 11 years ago
  66. d3f7d56 net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST by Shawn Landden · 11 years ago
  67. 85fbaa7 inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions by Hannes Frederic Sowa · 11 years ago
  68. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  69. bceaa90 inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 11 years ago
  70. 652586d seq_file: remove "%n" usage from seq_file users by Tetsuo Handa · 11 years ago
  71. 1bbdcee inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  72. 65cd803 ipv4: split inet_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  73. f69b923 udp: fix a typo in __udp4_lib_mcast_demux_lookup by Eric Dumazet · 11 years ago
  74. fbf8866 net: ipv4 only populate IP_PKTINFO when needed by Shawn Bohrer · 11 years ago
  75. 421b388 udp: ipv4: Add udp early demux by Shawn Bohrer · 11 years ago
  76. 005ec97 udp: Only allow busy read/poll on connected sockets by Shawn Bohrer · 11 years ago
  77. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  78. 0bbf87d net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 by Eric W. Biederman · 11 years ago
  79. aa66158 ipv4: processing ancillary IP_TOS or IP_TTL by Francesco Fusco · 11 years ago
  80. 1a462d1 net: udp: do not report ICMP redirects to user space by Duan Jiong · 11 years ago
  81. eb3c0d8 net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment() by Cong Wang · 11 years ago
  82. d14c5ab net: proc_fs: trivial: print UIDs as unsigned int by Francesco Fusco · 11 years ago
  83. c26bf4a pktgen: Add UDPCSUM flag to support UDP checksums by Thomas Graf · 11 years ago
  84. cdbaa0b gso: Update tunnel segmentation to support Tx checksum offload by Alexander Duyck · 11 years ago
  85. 8b80cda net: rename ll methods to busy-poll by Eliezer Tamir · 11 years ago
  86. 076bb0c net: rename include/net/ll_poll.h to include/net/busy_poll.h by Eliezer Tamir · 11 years ago
  87. 8822b64 ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending data by Hannes Frederic Sowa · 11 years ago
  88. 7c0cadc udp: fix two sparse errors by Eric Dumazet · 11 years ago
  89. da5bab0 net: udp4: move GSO functions to udp_offload by Daniel Borkmann · 11 years ago
  90. a5b5047 udp: add low latency socket poll support by Eliezer Tamir · 11 years ago
  91. c3f1dba net: Update RFS target at poll for tcp/udp by David Majnemer · 11 years ago
  92. 0d89d20 MPLS: Add limited GSO support by Simon Horman · 11 years ago
  93. 19acc32 gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol() by Pravin B Shelar · 11 years ago
  94. 0d05535 vxlan: Fix TCPv6 segmentation. by Pravin B Shelar · 11 years ago
  95. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  96. 6a5dc9e net: Add MIB counters for checksum errors by Eric Dumazet · 11 years ago
  97. bf84a01 net: sock: make sock_tx_timestamp void by Daniel Borkmann · 11 years ago
  98. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  99. 5594c32 Revert "udp: increase inner ip header ID during segmentation" by Pravin B Shelar · 11 years ago
  100. d6a8c36 udp: increase inner ip header ID during segmentation by Cong Wang · 11 years ago