1. e26cc7f spider_net: Use DECLARE_BITMAP by Joe Perches · 10 years ago
  2. 3f55b7e Merge branch 'ebpf-tail-call' by David S. Miller · 10 years ago
  3. 530b2c8 samples/bpf: bpf_tail_call example for networking by Alexei Starovoitov · 10 years ago
  4. 5bacd78 samples/bpf: bpf_tail_call example for tracing by Alexei Starovoitov · 10 years ago
  5. b52f00e x86: bpf_jit: implement bpf_tail_call() helper by Alexei Starovoitov · 10 years ago
  6. 04fd61a bpf: allow bpf programs to tail-call other bpf programs by Alexei Starovoitov · 10 years ago
  7. e7582ba net: dev: reduce both ingress hook ifdefs by Daniel Borkmann · 10 years ago
  8. eb93447 tcp: add a force_schedule argument to sk_stream_alloc_skb() by Eric Dumazet · 10 years ago
  9. 765c9c6 neigh: Better handling of transition to NUD_PROBE state by Erik Kline · 10 years ago
  10. 06b2c61 ip: remove unused function prototype by Andy Zhou · 10 years ago
  11. 4921355 tcp: add rfc3168, section 6.1.1.1. fallback by Daniel Borkmann · 10 years ago
  12. 134e0db Merge branch 'cxgb4-next' by David S. Miller · 10 years ago
  13. f404f80 cxgb4: replace ntoh{s, l} and hton{s, l} calls with the generic byteorder by Hariprasad Shenai · 10 years ago
  14. 75daacc cxgb4: Remove dead function t4_read_edc and t4_read_mc by Hariprasad Shenai · 10 years ago
  15. b7a3a8e Merge tag 'mac80211-next-for-davem-2015-05-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 10 years ago
  16. 9a03259 be2net: make hwmon interface optional by Arnd Bergmann · 10 years ago
  17. aea0929 tcp: Return error instead of partial read for saved syn headers by Eric B Munson · 10 years ago
  18. c9a70d4 net-next: ethtool: Added port speed macros. by Parav Pandit · 10 years ago
  19. 76d7c45 Merge branch 'icmp_frag' by David S. Miller · 10 years ago
  20. 49d16b2 bridge_netfilter: No ICMP packet on IPv4 fragmentation error by Andy Zhou · 10 years ago
  21. 8bc0486 IPv4: skip ICMP for bridge contrack users when defrag expires by Andy Zhou · 10 years ago
  22. 5cf4228 ipv4: introduce frag_expire_skip_icmp() by Andy Zhou · 10 years ago
  23. a2ad5d2 selftests/net: expect headroom in psock_fanout rollover by Willem de Bruijn · 10 years ago
  24. 7e91a21 sfc: nicer log message on Siena SR-IOV probe fail by Edward Cree · 10 years ago
  25. 0bc4c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  26. 17032ae Merge branch 'qeth-next' by David S. Miller · 10 years ago
  27. 89a2a8e s390/lcs: Fix null-pointer access in msg by Peter Oberparleiter · 10 years ago
  28. ffb9525 qeth: replace ENOSYS with EOPNOTSUPP by Eugene Crosser · 10 years ago
  29. ff1d929 qeth: BRIDGEPORT "sanity check" by Eugene Crosser · 10 years ago
  30. 9c23f4da qeth: OSA version of SETBRIDGEPORT command by Eugene Crosser · 10 years ago
  31. 0db587b qeth: IFF_PROMISC flag to BRIDGE PORT mode by Eugene Crosser · 10 years ago
  32. d3c29a5 qeth: remove locks from sysfs _show by Eugene Crosser · 10 years ago
  33. c88394e qeth: fix handling of IPA return codes by Eugene Crosser · 10 years ago
  34. c7258d8 qeth: fix rx checksum offload handling by Thomas Richter · 10 years ago
  35. b9fbe70 netlink: Use random autobind rover by Herbert Xu · 10 years ago
  36. de13346 netns: make nsid_lock per net by WANG Cong · 10 years ago
  37. 4ab7f91 net: dsa: bcm_sf2: properly propagate carrier down state for MoCA by Florian Fainelli · 10 years ago
  38. 74b80e8 flow_dissector: remove bogus return in tipc section by Jiri Pirko · 10 years ago
  39. 4b02b58 hv_netvsc: change member name of struct netvsc_stats by sixiao@microsoft.com · 10 years ago
  40. 45d4122 switchdev: add support for fdb add/del/dump via switchdev_port_obj ops. by Samudrala, Sridhar · 10 years ago
  41. 5d48ef3 Merge branch 'tcp_mem_pressure' by David S. Miller · 10 years ago
  42. b66e91c tcp: halves tcp_mem[] limits by Eric Dumazet · 10 years ago
  43. 76dfa60 tcp: allow one skb to be received per socket under memory pressure by Eric Dumazet · 10 years ago
  44. 8e4d980 tcp: fix behavior for epoll edge trigger by Eric Dumazet · 10 years ago
  45. b8da51e tcp: introduce tcp_under_memory_pressure() by Eric Dumazet · 10 years ago
  46. a6c5ea4 tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule() by Eric Dumazet · 10 years ago
  47. 1a24e04 net: fix sk_mem_reclaim_partial() by Eric Dumazet · 10 years ago
  48. 4633c9e net-packet: fix null pointer exception in rollover mode by Willem de Bruijn · 10 years ago
  49. c91d460 net: fix two sparse errors by Eric Dumazet · 10 years ago
  50. ba6d056 netfilter: synproxy: fix sparse errors by Eric Dumazet · 10 years ago
  51. 252a8fb ipip: fix one sparse error by Eric Dumazet · 10 years ago
  52. d53a2aa net: fix sparse error in csum_replace4() by Eric Dumazet · 10 years ago
  53. 861fb10 netfilter: Use correct return for seq_show functions by Joe Perches · 10 years ago
  54. 3e2186e net: phy: Add state machine state transitions debug prints by Florian Fainelli · 10 years ago
  55. 4133fc0 rocker: fix a neigh entry leak issue by Ying Xue · 10 years ago
  56. 54eac85 Merge branch 'amd-xgbe-next' by David S. Miller · 10 years ago
  57. fc7aabf amd-xgbe: Remove manual check and set of dma_mask pointer by Lendacky, Thomas · 10 years ago
  58. c1ce2f7 amd-xgbe: Fix flow control setting logic by Lendacky, Thomas · 10 years ago
  59. 34bfff4 amd-xgbe: Support defining PHY resources in ETH device node by Lendacky, Thomas · 10 years ago
  60. 7c12aa0 amd-xgbe: Move the PHY support into amd-xgbe by Lendacky, Thomas · 10 years ago
  61. 7d9ca34 amd-xgbe: Rework the Rx path SKB allocation by Lendacky, Thomas · 10 years ago
  62. 34bf65d amd-xgbe: Add netif_* message support to the driver by Lendacky, Thomas · 10 years ago
  63. 5452b2d amd-xgbe: Add additional stats to be reported via ethtool by Lendacky, Thomas · 10 years ago
  64. 55917a2 netfilter: x_tables: add context to know if extension runs from nft_compat by Pablo Neira Ayuso · 10 years ago
  65. 6eaf9d1 Merge branch 'stmmac-platform-glue' by David S. Miller · 10 years ago
  66. 50649ab stmmac: drop driver from stmmac platform code by Joachim Eastwood · 10 years ago
  67. 4198b7d stmmac: convert dwmac-sunxi to platform driver by Joachim Eastwood · 10 years ago
  68. 2a32179 stmmac: convert dwmac-sti to platform driver by Joachim Eastwood · 10 years ago
  69. c7c52ae stmmac: convert dwmac-socfpga to platform driver by Joachim Eastwood · 10 years ago
  70. e0fb401 stmmac: convert dwmac-rk to platform driver by Joachim Eastwood · 10 years ago
  71. 40e6b0b stmmac: convert dwmac-meson to platform driver by Joachim Eastwood · 10 years ago
  72. 69bdd2d stmmac: convert dwmac-lpc18xx to a platform driver by Joachim Eastwood · 10 years ago
  73. ba25020 stmmac: add a generic dwmac driver by Joachim Eastwood · 10 years ago
  74. 902b160 stmmac: prepare stmmac platform to support stand alone drivers by Joachim Eastwood · 10 years ago
  75. f8cff12 doc: dt: add documentation for nxp,lpc1850-dwmac by Joachim Eastwood · 10 years ago
  76. d58617e stmmac: add dwmac glue for NXP 18xx/43xx family by Joachim Eastwood · 10 years ago
  77. 7eafd9b hv_netvsc: use per_cpu stats to calculate TX/RX data by sixiao@microsoft.com · 10 years ago
  78. 56cbaa4 test_bpf: fix sparse warnings by Michael Holzheu · 10 years ago
  79. 3365495 net: core: set qdisc pkt len before tc_classify by Florian Westphal · 10 years ago
  80. 0c58a2d netns: fix unbalanced spin_lock on error by Nicolas Dichtel · 10 years ago
  81. ef7f3a5 mdio-gpio: Propagate mii_bus.phy_ignore_ta_mask by Bert Vermeulen · 10 years ago
  82. a4afd37b test_bpf: add tests related to BPF_MAXINSNS by Daniel Borkmann · 10 years ago
  83. 264ea10 tcp: syncookies: extend validity range by Eric Dumazet · 10 years ago
  84. c24a596 ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64 by Alexander Duyck · 10 years ago
  85. 54d7c01 packet: fix warnings in rollover lock contention by Willem de Bruijn · 10 years ago
  86. 4ffd3c7 net: batch of last_rx update avoidance in ethernet drivers. by françois romieu · 10 years ago
  87. 7852dad Merge branch 'phy_turn_around' by David S. Miller · 10 years ago
  88. ea48b2b net: phy: mdio-gpio: Handle phy_ignore_ta_mask by Florian Fainelli · 10 years ago
  89. ab6016e of: mdio: Add a "broken-turn-around" property by Florian Fainelli · 10 years ago
  90. 922f2dd net: phy: Add phy_ignore_ta_mask to account for broken turn-around by Florian Fainelli · 10 years ago
  91. fa787ae tipc: use sock_create_kern interface to create kernel socket by Ying Xue · 10 years ago
  92. dd3aa3b cls_flower: Fix compile error by Brian Haley · 10 years ago
  93. b55b10b Merge branch 'tipc-next' by David S. Miller · 10 years ago
  94. dd3f9e7 tipc: add packet sequence number at instant of transmission by Jon Paul Maloy · 10 years ago
  95. f21e897 tipc: improve link congestion algorithm by Jon Paul Maloy · 10 years ago
  96. cd4eee3 tipc: simplify link supervision checkpointing by Jon Paul Maloy · 10 years ago
  97. a97b9d3 tipc: rename fields in struct tipc_link by Jon Paul Maloy · 10 years ago
  98. e4bf4f7 tipc: simplify packet sequence number handling by Jon Paul Maloy · 10 years ago
  99. a6bf70f tipc: simplify include dependencies by Jon Paul Maloy · 10 years ago
  100. 75b44b0 tipc: simplify link timer handling by Jon Paul Maloy · 10 years ago