1. 08adb7d fold verify_iovec() into copy_msghdr_from_user() by Al Viro · 10 years ago
  2. 0844932 {compat_,}verify_iovec(): switch to generic copying of iovecs by Al Viro · 10 years ago
  3. 666547f separate kernel- and userland-side msghdr by Al Viro · 11 years ago
  4. fcd4d35 netlink: Deletion of an unnecessary check before the function call "__module_get" by Markus Elfring · 10 years ago
  5. ef87c5d net: pktgen: Deletion of an unnecessary check before the function call "proc_remove" by Markus Elfring · 10 years ago
  6. 355a901 tcp: make connect() mem charging friendly by Eric Dumazet · 10 years ago
  7. e3e3217 icmp: Remove some spurious dropped packet profile hits from the ICMP path by Rick Jones · 10 years ago
  8. 54aeba7 dev_ioctl: use sizeof(x) instead of sizeof x by Fabian Frederick · 10 years ago
  9. e56f735 net/core: include linux/types.h instead of asm/types.h by Fabian Frederick · 10 years ago
  10. 1d2398d net: fix spelling for synchronized by Fabian Frederick · 10 years ago
  11. a77b634 dccp: spelling s/reseting/resetting by Fabian Frederick · 10 years ago
  12. 02c31d2 dccp: replace min/casting by min_t by Fabian Frederick · 10 years ago
  13. 54da7996 dccp: remove blank lines between function/EXPORT_SYMBOL by Fabian Frederick · 10 years ago
  14. 6d80c47 dccp: kerneldoc warning fixes by Fabian Frederick · 10 years ago
  15. 960fb62 net: provide a per host RSS key generic infrastructure by Eric Dumazet · 10 years ago
  16. 6f2aed6 net: dsa: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  17. 5bc4b46 net: dsa: replace count*size kmalloc by kmalloc_array by Fabian Frederick · 10 years ago
  18. f35423c1 openvswitch: use PTR_ERR_OR_ZERO by Fabian Frederick · 10 years ago
  19. 0372bf5 tipc: allow one link per bearer to neighboring nodes by Holger Brunck · 10 years ago
  20. 8cd4313 openvswitch: Fix build failure. by Pravin B Shelar · 10 years ago
  21. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  22. 5cf52037 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  23. d649a7a tcp: limit GSO packets to half cwnd by Eric Dumazet · 10 years ago
  24. 6eba822 rhashtable: Drop gfp_flags arg in insert/remove functions by Thomas Graf · 10 years ago
  25. 7b4ce23 rhashtable: Add parent argument to mutex_is_held by Herbert Xu · 10 years ago
  26. 1f501d62 netfilter: Move mutex_is_held under PROVE_LOCKING by Herbert Xu · 10 years ago
  27. 9712756 netlink: Move mutex_is_held under PROVE_LOCKING by Herbert Xu · 10 years ago
  28. fbe168b net: generic dev_disable_lro() stacked device handling by Michal Kubeček · 10 years ago
  29. 882288c FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELS by Thomas Graf · 10 years ago
  30. cc9f1f5 libceph: change from BUG to WARN for __remove_osd() asserts by Ilya Dryomov · 10 years ago
  31. ba9d114 libceph: clear r_req_lru_item in __unregister_linger_request() by Ilya Dryomov · 10 years ago
  32. a390de0 libceph: unlink from o_linger_requests when clearing r_osd by Ilya Dryomov · 10 years ago
  33. aaef317 libceph: do not crash on large auth tickets by Ilya Dryomov · 10 years ago
  34. a768851 irda: Fix build failures after IRDA_DEBUG->pr_debug by Joe Perches · 10 years ago
  35. 6251edd netlink: Properly unbind in error conditions. by Hiroaki SHIMODA · 10 years ago
  36. a8c5f90 ip_tunnel: Ops registration for secondary encap (fou, gue) by Tom Herbert · 10 years ago
  37. 4243cdc udp: Neaten function pointer calls and add braces by Joe Perches · 10 years ago
  38. 955a9d20 irda: Convert IRDA_DEBUG to pr_debug by Joe Perches · 10 years ago
  39. 6c91023 irda: Remove IRDA_<TYPE> logging macros by Joe Perches · 10 years ago
  40. 5337b5b ipv6: fix IPV6_PKTINFO with v4 mapped by Eric Dumazet · 10 years ago
  41. d7480fd neigh: remove dynamic neigh table registration support by WANG Cong · 10 years ago
  42. 4184b2a net: sctp: fix memory leak in auth key management by Daniel Borkmann · 10 years ago
  43. e40607c net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed packet by Daniel Borkmann · 10 years ago
  44. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  45. 4083c80 Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch by David S. Miller · 10 years ago
  46. a2ae600 dsa: Use netdev_<level> instead of printk by Joe Perches · 10 years ago
  47. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  48. 3d97379 tcp: move sk_mark_napi_id() at the right place by Eric Dumazet · 10 years ago
  49. cfdf1e1 udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete. by Jesse Gross · 10 years ago
  50. b921726 Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  51. c008ba5b ipv4: Avoid reading user iov twice after raw_probe_proto_opt by Herbert Xu · 10 years ago
  52. 32b5913 ipv4: Use standard iovec primitive in raw_probe_proto_opt by Herbert Xu · 10 years ago
  53. 3b47d30 net: gro: add a per device gro flush timer by Eric Dumazet · 10 years ago
  54. 05da589 openvswitch: Add support for OVS_FLOW_ATTR_PROBE. by Jarno Rajahalme · 10 years ago
  55. 12eb18f openvswitch: Constify various function arguments by Thomas Graf · 10 years ago
  56. e8eedb8 openvswitch: Remove redundant key ref from upcall_info. by Pravin B Shelar · 10 years ago
  57. fff06c3 openvswitch: Optimize recirc action. by Pravin B Shelar · 10 years ago
  58. 8f0aad6 openvswitch: Extend packet attribute for egress tunnel info by Wenyu Zhang · 10 years ago
  59. 9ba559d openvswitch: Export symbols as GPL symbols. by Pravin B Shelar · 10 years ago
  60. c0560b9 dccp: Convert DCCP_WARN to net_warn_ratelimited by Joe Perches · 10 years ago
  61. 36cbb24 udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts by Rick Jones · 10 years ago
  62. bfe1be3 net: Kill skb_copy_datagram_const_iovec by Herbert Xu · 10 years ago
  63. a8f820aa inet: Add skb_copy_datagram_iter by Herbert Xu · 10 years ago
  64. 1f56231 Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  65. 4e84b49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  66. 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
  67. 4508349 net: esp: Convert NETDEBUG to pr_info by Joe Perches · 10 years ago
  68. cbffccc net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages by Joe Perches · 10 years ago
  69. b31f65f net: dsa: slave: Fix autoneg for phys on switch MDIO bus by Andrew Lunn · 10 years ago
  70. 0c6965d sched: fix act file names in header comment by Jiri Pirko · 10 years ago
  71. ea3dc96 ip6_tunnel: Add support for wildcard tunnel endpoints. by Steffen Klassert · 10 years ago
  72. d500514 ipv6: Allow sending packets through tunnels with wildcard endpoints by Steffen Klassert · 10 years ago
  73. a85311b openvswitch: Avoid NULL mask check while building mask by Pravin B Shelar · 10 years ago
  74. 2fdb957 openvswitch: Refactor action alloc and copy api. by Pravin B Shelar · 10 years ago
  75. 41af73e openvswitch: Move key_attr_size() to flow_netlink.h. by Joe Stringer · 10 years ago
  76. d98612b openvswitch: Remove flow member from struct ovs_skb_cb by Lorand Jakab · 10 years ago
  77. e1f9c35 openvswitch: Drop packets when interdev is not up by Chunhe Li · 10 years ago
  78. cc3a5ae openvswitch: Refactor get_dp() function into multiple access APIs. by Andy Zhou · 10 years ago
  79. ca7105f openvswitch: Refactor ovs_flow_cmd_fill_info(). by Joe Stringer · 10 years ago
  80. 738967b openvswitch: refactor do_output() to move NULL check out of fast path by Andy Zhou · 10 years ago
  81. 426cda5 openvswitch: Additional logging for -EINVAL on flow setups. by Jesse Gross · 10 years ago
  82. 1b760fb openvswitch: Remove redundant tcp_flags code. by Joe Stringer · 10 years ago
  83. 9b996e5 openvswitch: Move table destroy to dp-rcu callback. by Pravin B Shelar · 11 years ago
  84. 25cd9ba openvswitch: Add basic MPLS support to kernel by Simon Horman · 10 years ago
  85. 59b93b4 net: Remove MPLS GSO feature. by Pravin B Shelar · 10 years ago
  86. e1b2cb6 fou: Fix typo in returning flags in netlink by Tom Herbert · 10 years ago
  87. 4c672e4 ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs by Daniel Borkmann · 10 years ago
  88. 1744bea net: Convert SEQ_START_TOKEN/seq_printf to seq_puts by Joe Perches · 10 years ago
  89. 1f37bf8 tcp: zero retrans_stamp if all retrans were acked by Marcelo Leitner · 10 years ago
  90. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  91. a8d31c1 gue: Receive side of remote checksum offload by Tom Herbert · 10 years ago
  92. b17f709 gue: TX support for using remote checksum offload option by Tom Herbert · 10 years ago
  93. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  94. 5024c33 gue: Add infrastructure for flags and options by Tom Herbert · 10 years ago
  95. 4bcb877 udp: Offload outer UDP tunnel csum if available by Tom Herbert · 10 years ago
  96. 63487ba net: Move fou_build_header into fou.c and refactor by Tom Herbert · 10 years ago
  97. d3ca9ea geneve: Unregister pernet subsys on module unload. by Jesse Gross · 10 years ago
  98. 45cac46 geneve: Set GSO type on transmit. by Jesse Gross · 10 years ago
  99. 6cf1093 udp: remove blank line between set and test by Fabian Frederick · 10 years ago
  100. 869ba98 ipv6: trivial, add bracket for the if block by Florent Fourcot · 10 years ago