1. 3b47d30 net: gro: add a per device gro flush timer by Eric Dumazet · 10 years ago
  2. c0560b9 dccp: Convert DCCP_WARN to net_warn_ratelimited by Joe Perches · 10 years ago
  3. 36cbb24 udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts by Rick Jones · 10 years ago
  4. bfe1be3 net: Kill skb_copy_datagram_const_iovec by Herbert Xu · 10 years ago
  5. a8f820aa inet: Add skb_copy_datagram_iter by Herbert Xu · 10 years ago
  6. 4e84b49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  7. 6b798d70 Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch by David S. Miller · 10 years ago
  8. 4508349 net: esp: Convert NETDEBUG to pr_info by Joe Perches · 10 years ago
  9. cbffccc net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages by Joe Perches · 10 years ago
  10. b31f65f net: dsa: slave: Fix autoneg for phys on switch MDIO bus by Andrew Lunn · 10 years ago
  11. 0c6965d sched: fix act file names in header comment by Jiri Pirko · 10 years ago
  12. ea3dc96 ip6_tunnel: Add support for wildcard tunnel endpoints. by Steffen Klassert · 10 years ago
  13. d500514 ipv6: Allow sending packets through tunnels with wildcard endpoints by Steffen Klassert · 10 years ago
  14. a85311b openvswitch: Avoid NULL mask check while building mask by Pravin B Shelar · 10 years ago
  15. 2fdb957 openvswitch: Refactor action alloc and copy api. by Pravin B Shelar · 10 years ago
  16. 41af73e openvswitch: Move key_attr_size() to flow_netlink.h. by Joe Stringer · 10 years ago
  17. d98612b openvswitch: Remove flow member from struct ovs_skb_cb by Lorand Jakab · 10 years ago
  18. e1f9c35 openvswitch: Drop packets when interdev is not up by Chunhe Li · 10 years ago
  19. cc3a5ae openvswitch: Refactor get_dp() function into multiple access APIs. by Andy Zhou · 10 years ago
  20. ca7105f openvswitch: Refactor ovs_flow_cmd_fill_info(). by Joe Stringer · 10 years ago
  21. 738967b openvswitch: refactor do_output() to move NULL check out of fast path by Andy Zhou · 10 years ago
  22. 426cda5 openvswitch: Additional logging for -EINVAL on flow setups. by Jesse Gross · 10 years ago
  23. 1b760fb openvswitch: Remove redundant tcp_flags code. by Joe Stringer · 10 years ago
  24. 9b996e5 openvswitch: Move table destroy to dp-rcu callback. by Pravin B Shelar · 11 years ago
  25. 25cd9ba openvswitch: Add basic MPLS support to kernel by Simon Horman · 10 years ago
  26. 59b93b4 net: Remove MPLS GSO feature. by Pravin B Shelar · 10 years ago
  27. e1b2cb6 fou: Fix typo in returning flags in netlink by Tom Herbert · 10 years ago
  28. 4c672e4 ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs by Daniel Borkmann · 10 years ago
  29. 1744bea net: Convert SEQ_START_TOKEN/seq_printf to seq_puts by Joe Perches · 10 years ago
  30. 1f37bf8 tcp: zero retrans_stamp if all retrans were acked by Marcelo Leitner · 10 years ago
  31. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  32. a8d31c1 gue: Receive side of remote checksum offload by Tom Herbert · 10 years ago
  33. b17f709 gue: TX support for using remote checksum offload option by Tom Herbert · 10 years ago
  34. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  35. 5024c33 gue: Add infrastructure for flags and options by Tom Herbert · 10 years ago
  36. 4bcb877 udp: Offload outer UDP tunnel csum if available by Tom Herbert · 10 years ago
  37. 63487ba net: Move fou_build_header into fou.c and refactor by Tom Herbert · 10 years ago
  38. d3ca9ea geneve: Unregister pernet subsys on module unload. by Jesse Gross · 10 years ago
  39. 45cac46 geneve: Set GSO type on transmit. by Jesse Gross · 10 years ago
  40. 6cf1093 udp: remove blank line between set and test by Fabian Frederick · 10 years ago
  41. 869ba98 ipv6: trivial, add bracket for the if block by Florent Fourcot · 10 years ago
  42. 05006e8 esp4: remove assignment in if condition by Fabian Frederick · 10 years ago
  43. f7b3bec net: allow setting ecn via routing table by Florian Westphal · 10 years ago
  44. f167338 syncookies: split cookie_check_timestamp() into two functions by Florian Westphal · 10 years ago
  45. 274e2da syncookies: avoid magic values and document which-bit-is-what-option by Florian Westphal · 10 years ago
  46. 436f7c2 igmp: remove camel case definitions by Fabian Frederick · 10 years ago
  47. c18450a udp: remove else after return by Fabian Frederick · 10 years ago
  48. aa1f731 inet: frags: remove inline on static in c file by Fabian Frederick · 10 years ago
  49. 0d3979b ipv4: remove 0/NULL assignment on static by Fabian Frederick · 10 years ago
  50. c9f503b ipv4: use seq_puts instead of seq_printf where possible by Fabian Frederick · 10 years ago
  51. b92022f tcp: spelling s/plugable/pluggable by Fabian Frederick · 10 years ago
  52. 988b134 cipso: remove NULL assignment on static by Fabian Frederick · 10 years ago
  53. 4c787b1 ipv4: include linux/bug.h instead of asm/bug.h by Fabian Frederick · 10 years ago
  54. 4973404 cipso: kerneldoc warning fix by Fabian Frederick · 10 years ago
  55. 56b1742 net: add rbnode to struct sk_buff by Eric Dumazet · 10 years ago
  56. f03eb12 gre6: Move the setting of dev->iflink into the ndo_init functions. by Steffen Klassert · 10 years ago
  57. ebe084a sit: Use ipip6_tunnel_init as the ndo_init function. by Steffen Klassert · 10 years ago
  58. 16a0231 vti6: Use vti6_dev_init as the ndo_init function. by Steffen Klassert · 10 years ago
  59. 6c6151d ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function. by Steffen Klassert · 10 years ago
  60. d75b1ad net: less interrupt masking in NAPI by Eric Dumazet · 10 years ago
  61. c1207c0 netfilter: nft_reject_bridge: Fix powerpc build error by Guenter Roeck · 10 years ago
  62. 55b42b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  63. e0fb6fb net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0 by Guenter Roeck · 10 years ago
  64. de05c40 mpls: Allow mpls_gso to be built as module by Pravin B Shelar · 10 years ago
  65. f7065f4 mpls: Fix mpls_gso handler. by Pravin B Shelar · 10 years ago
  66. e3a88f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  67. 127917c netfilter: nft_reject_bridge: restrict reject to prerouting and input by Pablo Neira Ayuso · 10 years ago
  68. 523b929 netfilter: nft_reject_bridge: don't use IP stack to reject traffic by Pablo Neira Ayuso · 10 years ago
  69. 8bfcdf6 netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functions by Pablo Neira Ayuso · 10 years ago
  70. 052b949 netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functions by Pablo Neira Ayuso · 10 years ago
  71. 4d87716 netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routing by Pablo Neira Ayuso · 10 years ago
  72. 5188cd4 drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets by Ben Hutchings · 10 years ago
  73. 39bb5e6 net: skb_fclone_busy() needs to detect orphaned skb by Eric Dumazet · 10 years ago
  74. cd21453 tcp: Correction to RFC number in comment by Sowmini Varadhan · 10 years ago
  75. 14051f0 gre: Use inner mac length when computing tunnel length by Tom Herbert · 10 years ago
  76. afb6bef sctp: replace seq_printf with seq_puts by Michele Baldessari · 10 years ago
  77. 891310d sctp: add transport state in /proc/net/sctp/remaddr by Michele Baldessari · 10 years ago
  78. fa19c2b0 ipv4: Do not cache routing failures due to disabled forwarding. by Nicolas Cavallari · 10 years ago
  79. b2ad5e5 tipc: spelling errors by stephen hemminger · 10 years ago
  80. 646697b syncookies: only increment SYNCOOKIESFAILED on validation error by Florian Westphal · 10 years ago
  81. f4e715c ipv4: minor spelling fixes by stephen hemminger · 10 years ago
  82. acf722f ip6_tunnel: allow to change mode for the ip6tnl0 by Alexey Andriyanov · 10 years ago
  83. 43728fa ipv6: remove assignment in if condition by Fabian Frederick · 10 years ago
  84. fc08c25 ipv6: remove inline on static in c file by Fabian Frederick · 10 years ago
  85. 40dc2ca ipv6: spelling s/incomming/incoming by Fabian Frederick · 10 years ago
  86. e7b6658 ipx: remove all unnecessary castings on ntohl by Fabian Frederick · 10 years ago
  87. 3d762a0 net: dsa: Add support for reading switch registers with ethtool by Guenter Roeck · 10 years ago
  88. 6793abb net: dsa: Add support for switch EEPROM access by Guenter Roeck · 10 years ago
  89. 51579c3 net: dsa: Add support for reporting switch chip temperatures by Guenter Roeck · 10 years ago
  90. 734cbb5 net: dsa: Don't set skb->protocol on outgoing tagged packets by Guenter Roeck · 10 years ago
  91. 75fbfd3 neigh: optimize neigh_parms_release() by Nicolas Dichtel · 10 years ago
  92. bc9ad16 net: introduce napi_schedule_irqoff() by Eric Dumazet · 10 years ago
  93. d70127e inet: frags: remove the WARN_ON from inet_evict_bucket by Nikolay Aleksandrov · 10 years ago
  94. 65ba1f1 inet: frags: fix a race between inet_evict_bucket and inet_frag_kill by Nikolay Aleksandrov · 10 years ago
  95. 7fd2561 net: ipv6: Add a sysctl to make optimistic addresses useful candidates by Erik Kline · 10 years ago
  96. dca145f tcp: allow for bigger reordering level by Eric Dumazet · 10 years ago
  97. 432c856 net: skb_segment() should preserve backpressure by Toshiaki Makita · 10 years ago
  98. b2ed64a ipv6: notify userspace when we added or changed an ipv6 token by Lubomir Rintel · 10 years ago
  99. d561090 sch_pie: schedule the timer after all init succeed by WANG Cong · 10 years ago
  100. 2c6c49d openvswitch: Export lockdep_ovsl_is_held to modules. by David S. Miller · 10 years ago