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