1. 37e82c2 bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fields by Alexei Starovoitov · 10 years ago
  2. 5790cf3 stmmac: add phy-handle support to the platform layer by Mathieu Olivari · 10 years ago
  3. f7b81d6 clk: qcom: Add support for NSS/GMAC clocks and resets by Stephen Boyd · 10 years ago
  4. ed2dfd9 tcp/dccp: warn user for preferred ip_local_port_range by Eric Dumazet · 10 years ago
  5. e5c4708 pci: Add Cavium PCI vendor id by Sunil Goutham · 10 years ago
  6. d6b915e ip_fragment: don't forward defragmented DF packet by Florian Westphal · 10 years ago
  7. e463d88 net: phy: Add phy_interface_is_rgmii helper by Florian Fainelli · 10 years ago
  8. 095dc8e tcp: fix/cleanup inet_ehash_locks_alloc() by Eric Dumazet · 10 years ago
  9. 7f15986 ipv6: ipv6_select_ident() returns a __be32 by Eric Dumazet · 10 years ago
  10. d52d399 ipv6: Create percpu rt6_info by Martin KaFai Lau · 10 years ago
  11. 8d0b94a ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregister by Martin KaFai Lau · 10 years ago
  12. 3da59bd ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is set by Martin KaFai Lau · 10 years ago
  13. b197df4 ipv6: Add rt6_get_cookie() function by Martin KaFai Lau · 10 years ago
  14. 45e4fd2 ipv6: Only create RTF_CACHE routes after encountering pmtu exception by Martin KaFai Lau · 10 years ago
  15. 2647a9b ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST by Martin KaFai Lau · 10 years ago
  16. fd0273d ipv6: Remove external dependency on rt6i_dst and rt6i_src by Martin KaFai Lau · 10 years ago
  17. 286c234 ipv6: Clean up ipv6_select_ident() and ip6_fragment() by Martin KaFai Lau · 10 years ago
  18. a60e3cc net: make skb_splice_bits more configureable by Hannes Frederic Sowa · 10 years ago
  19. be12a1f net: skbuff: add skb_append_pagefrags and use it by Hannes Frederic Sowa · 10 years ago
  20. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  21. 0b6280c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  22. 1c8df7b Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  23. 572152a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  24. d654976 tcp: fix a potential deadlock in tcp_get_info() by Eric Dumazet · 10 years ago
  25. bd5850d net: sched: pkt_cls: remove unused macros from uapi by Florian Westphal · 10 years ago
  26. 2efd055 tcp: add tcpi_segs_in and tcpi_segs_out to tcp_info by Marcelo Ricardo Leitner · 10 years ago
  27. 865d872 Merge tag 'for-linus-4.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  28. 6efdb11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  29. 3d854120 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 10 years ago
  30. f5af1f5 inet_hashinfo: remove bsocket counter by Eric Dumazet · 10 years ago
  31. 04fd61a bpf: allow bpf programs to tail-call other bpf programs by Alexei Starovoitov · 10 years ago
  32. eb93447 tcp: add a force_schedule argument to sk_stream_alloc_skb() by Eric Dumazet · 10 years ago
  33. faecbb4 Revert "netfilter: bridge: query conntrack about skb dnat" by Florian Westphal · 10 years ago
  34. 06b2c61 ip: remove unused function prototype by Andy Zhou · 10 years ago
  35. 4921355 tcp: add rfc3168, section 6.1.1.1. fallback by Daniel Borkmann · 10 years ago
  36. c9a70d4 net-next: ethtool: Added port speed macros. by Parav Pandit · 10 years ago
  37. 77bb3df xen/events: don't bind non-percpu VIRQs with percpu chip by David Vrabel · 10 years ago
  38. b5d721d inet: properly align icsk_ca_priv by Eric Dumazet · 10 years ago
  39. 49d16b2 bridge_netfilter: No ICMP packet on IPv4 fragmentation error by Andy Zhou · 10 years ago
  40. 5cf4228 ipv4: introduce frag_expire_skip_icmp() by Andy Zhou · 10 years ago
  41. 0bc4c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  42. de13346 netns: make nsid_lock per net by WANG Cong · 10 years ago
  43. 45d4122 switchdev: add support for fdb add/del/dump via switchdev_port_obj ops. by Samudrala, Sridhar · 10 years ago
  44. b8da51e tcp: introduce tcp_under_memory_pressure() by Eric Dumazet · 10 years ago
  45. a6c5ea4 tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule() by Eric Dumazet · 10 years ago
  46. 1a24e04 net: fix sk_mem_reclaim_partial() by Eric Dumazet · 10 years ago
  47. c91d460 net: fix two sparse errors by Eric Dumazet · 10 years ago
  48. d53a2aa net: fix sparse error in csum_replace4() by Eric Dumazet · 10 years ago
  49. dd8edd7 Merge tag 'tty-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  50. 07ee072 rhashtable: Add cap on number of elements in hash table by Herbert Xu · 10 years ago
  51. 1d60570 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  52. 14db1e8 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  53. b3cad28 conntrack: RFC5961 challenge ACK confuse conntrack LAST-ACK transition by Jesper Dangaard Brouer · 10 years ago
  54. c4d0bcc Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  55. 55917a2 netfilter: x_tables: add context to know if extension runs from nft_compat by Pablo Neira Ayuso · 10 years ago
  56. e52f649 Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  57. eea3994 rename RTNH_F_EXTERNAL to RTNH_F_OFFLOAD by Roopa Prabhu · 10 years ago
  58. ef7f3a5 mdio-gpio: Propagate mii_bus.phy_ignore_ta_mask by Bert Vermeulen · 10 years ago
  59. a4afd37b test_bpf: add tests related to BPF_MAXINSNS by Daniel Borkmann · 10 years ago
  60. 264ea10 tcp: syncookies: extend validity range by Eric Dumazet · 10 years ago
  61. 929aa5b uidgid: make uid_valid and gid_valid work with !CONFIG_MULTIUSER by Josh Triplett · 10 years ago
  62. 8f4fc07 gfp: add __GFP_NOACCOUNT by Vladimir Davydov · 10 years ago
  63. 922f2dd net: phy: Add phy_ignore_ta_mask to account for broken turn-around by Florian Fainelli · 10 years ago
  64. a3b1c1e netfilter: ipset: deinline ip_set_put_extensions() by Denys Vlasenko · 10 years ago
  65. 7fb48c5 netfilter: bridge: neigh_head and physoutdev can't be used at same time by Florian Westphal · 10 years ago
  66. e687ad6 netfilter: add netfilter ingress hook after handle_ing() under unique static key by Pablo Neira · 10 years ago
  67. 1cf51900 net: add CONFIG_NET_INGRESS to enable ingress filtering by Pablo Neira · 10 years ago
  68. b8d0aad netfilter: add nf_hook_list_active() by Pablo Neira · 10 years ago
  69. f719148 netfilter: add hook list to nf_hook_state by Pablo Neira · 10 years ago
  70. 87d5c18 netfilter: cleanup struct nf_hook_ops indentation by Pablo Neira · 10 years ago
  71. 2d07dc7 geneve: add initial netdev driver for GENEVE tunnels by John W. Linville · 10 years ago
  72. 35d32e8 geneve: move definition of geneve_hdr() to geneve.h by John W. Linville · 10 years ago
  73. f0b5e8a4 net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unset by Pablo Neira · 10 years ago
  74. a9b6391 packet: rollover statistics by Willem de Bruijn · 10 years ago
  75. 77b9900 tc: introduce Flower classifier by Jiri Pirko · 10 years ago
  76. 59346af flow_dissector: change port array into src, dst tuple by Jiri Pirko · 10 years ago
  77. 67a900c flow_dissector: introduce support for Ethernet addresses by Jiri Pirko · 10 years ago
  78. b924933 flow_dissector: introduce support for ipv6 addressses by Jiri Pirko · 10 years ago
  79. c3f8eae flow_dissector: add missing header includes by Jiri Pirko · 10 years ago
  80. 06635a3 flow_dissect: use programable dissector in skb_flow_dissect and friends by Jiri Pirko · 10 years ago
  81. fbff949 flow_dissector: introduce programable flow_dissector by Jiri Pirko · 10 years ago
  82. 5605c76 net: move __skb_tx_hash to dev.c by Jiri Pirko · 10 years ago
  83. 9c684b5 net: move __skb_get_hash function declaration to flow_dissector.h by Jiri Pirko · 10 years ago
  84. 10b89ee4 net: move *skb_get_poff declarations into correct header by Jiri Pirko · 10 years ago
  85. b0a3143 flow_dissector: remove unused function flow_get_hlen declaration by Jiri Pirko · 10 years ago
  86. 1bd758e net: change name of flow_dissector header to match the .c file name by Jiri Pirko · 10 years ago
  87. e578d9c net: sched: use counter to break reclassify loops by Florian Westphal · 10 years ago
  88. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  89. 42275bd switchdev: don't use anonymous union on switchdev attr/obj structs by Scott Feldman · 10 years ago
  90. 5eb764e switchdev: align comment with other comments in block by Scott Feldman · 10 years ago
  91. 275e2bc netfilter: ipset: Fix ext_*() macros by Sergey Popovich · 10 years ago
  92. 110bc76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  93. 01d460d net: Remove remaining remnants of pm_qos from netdevice.h by David Ahern · 10 years ago
  94. 9449c3c net: make skb_dst_pop routine static by Ying Xue · 10 years ago
  95. cffc642 test_bpf: add 173 new testcases for eBPF by Michael Holzheu · 10 years ago
  96. a202924 net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_queue() by Denys Vlasenko · 10 years ago
  97. 7889cbe switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag by Scott Feldman · 10 years ago
  98. 58c2cb1 switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del by Scott Feldman · 10 years ago
  99. 8793d0a switchdev: add new switchdev_port_bridge_getlink by Scott Feldman · 10 years ago
  100. 87a5dae switchdev: remove unused switchdev_port_bridge_dellink by Scott Feldman · 10 years ago