1. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  2. a8d31c1 gue: Receive side of remote checksum offload by Tom Herbert · 10 years ago
  3. b17f709 gue: TX support for using remote checksum offload option by Tom Herbert · 10 years ago
  4. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  5. 5024c33 gue: Add infrastructure for flags and options by Tom Herbert · 10 years ago
  6. 4bcb877 udp: Offload outer UDP tunnel csum if available by Tom Herbert · 10 years ago
  7. 63487ba net: Move fou_build_header into fou.c and refactor by Tom Herbert · 10 years ago
  8. 6cf1093 udp: remove blank line between set and test by Fabian Frederick · 10 years ago
  9. 869ba98 ipv6: trivial, add bracket for the if block by Florent Fourcot · 10 years ago
  10. 05006e8 esp4: remove assignment in if condition by Fabian Frederick · 10 years ago
  11. f7b3bec net: allow setting ecn via routing table by Florian Westphal · 10 years ago
  12. f167338 syncookies: split cookie_check_timestamp() into two functions by Florian Westphal · 10 years ago
  13. 274e2da syncookies: avoid magic values and document which-bit-is-what-option by Florian Westphal · 10 years ago
  14. 436f7c2 igmp: remove camel case definitions by Fabian Frederick · 10 years ago
  15. c18450a udp: remove else after return by Fabian Frederick · 10 years ago
  16. aa1f731 inet: frags: remove inline on static in c file by Fabian Frederick · 10 years ago
  17. 0d3979b ipv4: remove 0/NULL assignment on static by Fabian Frederick · 10 years ago
  18. c9f503b ipv4: use seq_puts instead of seq_printf where possible by Fabian Frederick · 10 years ago
  19. b92022f tcp: spelling s/plugable/pluggable by Fabian Frederick · 10 years ago
  20. 988b134 cipso: remove NULL assignment on static by Fabian Frederick · 10 years ago
  21. 4c787b1 ipv4: include linux/bug.h instead of asm/bug.h by Fabian Frederick · 10 years ago
  22. 4973404 cipso: kerneldoc warning fix by Fabian Frederick · 10 years ago
  23. 56b1742 net: add rbnode to struct sk_buff by Eric Dumazet · 10 years ago
  24. d75b1ad net: less interrupt masking in NAPI by Eric Dumazet · 10 years ago
  25. 55b42b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  26. e0fb6fb net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0 by Guenter Roeck · 10 years ago
  27. de05c40 mpls: Allow mpls_gso to be built as module by Pravin B Shelar · 10 years ago
  28. f7065f4 mpls: Fix mpls_gso handler. by Pravin B Shelar · 10 years ago
  29. e3a88f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  30. 127917c netfilter: nft_reject_bridge: restrict reject to prerouting and input by Pablo Neira Ayuso · 10 years ago
  31. 523b929 netfilter: nft_reject_bridge: don't use IP stack to reject traffic by Pablo Neira Ayuso · 10 years ago
  32. 8bfcdf6 netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functions by Pablo Neira Ayuso · 10 years ago
  33. 052b949 netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functions by Pablo Neira Ayuso · 10 years ago
  34. 4d87716 netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routing by Pablo Neira Ayuso · 10 years ago
  35. 5188cd4 drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets by Ben Hutchings · 10 years ago
  36. 39bb5e6 net: skb_fclone_busy() needs to detect orphaned skb by Eric Dumazet · 10 years ago
  37. cd21453 tcp: Correction to RFC number in comment by Sowmini Varadhan · 10 years ago
  38. 14051f0 gre: Use inner mac length when computing tunnel length by Tom Herbert · 10 years ago
  39. afb6bef sctp: replace seq_printf with seq_puts by Michele Baldessari · 10 years ago
  40. 891310d sctp: add transport state in /proc/net/sctp/remaddr by Michele Baldessari · 10 years ago
  41. fa19c2b0 ipv4: Do not cache routing failures due to disabled forwarding. by Nicolas Cavallari · 10 years ago
  42. b2ad5e5 tipc: spelling errors by stephen hemminger · 10 years ago
  43. 646697b syncookies: only increment SYNCOOKIESFAILED on validation error by Florian Westphal · 10 years ago
  44. f4e715c ipv4: minor spelling fixes by stephen hemminger · 10 years ago
  45. acf722f ip6_tunnel: allow to change mode for the ip6tnl0 by Alexey Andriyanov · 10 years ago
  46. 43728fa ipv6: remove assignment in if condition by Fabian Frederick · 10 years ago
  47. fc08c25 ipv6: remove inline on static in c file by Fabian Frederick · 10 years ago
  48. 40dc2ca ipv6: spelling s/incomming/incoming by Fabian Frederick · 10 years ago
  49. e7b6658 ipx: remove all unnecessary castings on ntohl by Fabian Frederick · 10 years ago
  50. 3d762a0 net: dsa: Add support for reading switch registers with ethtool by Guenter Roeck · 10 years ago
  51. 6793abb net: dsa: Add support for switch EEPROM access by Guenter Roeck · 10 years ago
  52. 51579c3 net: dsa: Add support for reporting switch chip temperatures by Guenter Roeck · 10 years ago
  53. 734cbb5 net: dsa: Don't set skb->protocol on outgoing tagged packets by Guenter Roeck · 10 years ago
  54. 75fbfd3 neigh: optimize neigh_parms_release() by Nicolas Dichtel · 10 years ago
  55. bc9ad16 net: introduce napi_schedule_irqoff() by Eric Dumazet · 10 years ago
  56. d70127e inet: frags: remove the WARN_ON from inet_evict_bucket by Nikolay Aleksandrov · 10 years ago
  57. 65ba1f1 inet: frags: fix a race between inet_evict_bucket and inet_frag_kill by Nikolay Aleksandrov · 10 years ago
  58. 7fd2561 net: ipv6: Add a sysctl to make optimistic addresses useful candidates by Erik Kline · 10 years ago
  59. dca145f tcp: allow for bigger reordering level by Eric Dumazet · 10 years ago
  60. 432c856 net: skb_segment() should preserve backpressure by Toshiaki Makita · 10 years ago
  61. b2ed64a ipv6: notify userspace when we added or changed an ipv6 token by Lubomir Rintel · 10 years ago
  62. d561090 sch_pie: schedule the timer after all init succeed by WANG Cong · 10 years ago
  63. 2c6c49d openvswitch: Export lockdep_ovsl_is_held to modules. by David S. Miller · 10 years ago
  64. 941d8eb datapath: Rename last_action() as nla_is_last() and move to netlink.h by Simon Horman · 10 years ago
  65. 25946f2 Merge tag 'master-2014-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  66. ae43928 net: dsa: Error out on tagging protocol mismatches by Andrew Lunn · 10 years ago
  67. 62b9c8d ovs: Turn vports with dependencies into separate modules by Thomas Graf · 10 years ago
  68. 3d53666 ipvs: Avoid null-pointer deref in debug code by Alex Gartrell · 10 years ago
  69. f89b775 bpf: split eBPF out of NET by Alexei Starovoitov · 10 years ago
  70. 9585011 bridge: Add support for IEEE 802.11 Proxy ARP by Kyeyoon Park · 10 years ago
  71. 5d26b1f Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  72. 7965ee9 netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops() by Arturo Borrero · 10 years ago
  73. b8901ac ipx: remove __inline__ in c file on static by Fabian Frederick · 10 years ago
  74. e0f3631 ipx: remove unnecessary casting on ntohl by Fabian Frederick · 10 years ago
  75. 5e96d78 ipx: move extern sysctl_ipx_pprop_broadcasting to header file by Fabian Frederick · 10 years ago
  76. ce25698 ipv6: include linux/uaccess.h instead of asm/uaccess.h by Fabian Frederick · 10 years ago
  77. 9451a30 ipv6: replace min/casting by min_t by Fabian Frederick · 10 years ago
  78. 6b436d3 ipv4: remove set but unused variable sha by Fabian Frederick · 10 years ago
  79. 99c8140 Merge tag 'mac80211-for-john-2014-10-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 10 years ago
  80. 93a35f5 net: napi_reuse_skb() should check pfmemalloc by Eric Dumazet · 10 years ago
  81. 349ce99 tcp: md5: do not use alloc_percpu() by Eric Dumazet · 10 years ago
  82. 74bca13 net: llc: include linux/errno.h instead of asm/errno.h by Fabian Frederick · 10 years ago
  83. 75da146 lapb: move EXPORT_SYMBOL after functions. by Fabian Frederick · 10 years ago
  84. b51d3fa netfilter: nf_log: release skbuff on nlmsg put failure by Houcheng Lin · 10 years ago
  85. c1e7dc9 netfilter: nfnetlink_log: fix maximum packet length logged to userspace by Florian Westphal · 10 years ago
  86. 9dfa1df netfilter: nf_log: account for size of NLMSG_DONE attribute by Florian Westphal · 10 years ago
  87. 7677e86 bridge: Do not compile options in br_parse_ip_options by Herbert Xu · 10 years ago
  88. 367efcb ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fn by Martin KaFai Lau · 10 years ago
  89. 94c77bb ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit case by Martin KaFai Lau · 10 years ago
  90. a3c00e4 ipv6: Remove BACKTRACK macro by Martin KaFai Lau · 10 years ago
  91. 105970f net: Remove trailing whitespace in tcp.h icmp.c syncookies.c by Kenjiro Nakayama · 10 years ago
  92. 9e7ceb0 net: fix saving TX flow hash in sock for outgoing connections by Sathya Perla · 10 years ago
  93. 789f202 xfrm6: fix a potential use after free in xfrm6_policy.c by Li RongQing · 10 years ago
  94. a63ba13 net: tso: fix unaligned access to crafted TCP header in helper API by Karl Beldan · 10 years ago
  95. c123bb7 netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats allocation by Sabrina Dubroca · 10 years ago
  96. 0f9f5e1 netfilter: ipset: off by one in ip_set_nfnl_get_byindex() by Dan Carpenter · 10 years ago
  97. e37ad9fd netfilter: nf_conntrack: allow server to become a client in TW handling by Marcelo Leitner · 10 years ago
  98. 7c1c97d net: sched: initialize bstats syncp by Sabrina Dubroca · 10 years ago
  99. 78fd1d0 netlink: Re-add locking to netlink_lookup() and seq walker by Thomas Graf · 10 years ago
  100. 1a194c2 tipc: fix lockdep warning when intra-node messages are delivered by Ying Xue · 10 years ago