1. a6bcfc8 net: check extack._msg before print by Li RongQing · 7 years ago
  2. 385114d net: modify skb_rbtree_purge to return the truesize of all purged skbs. by Peter Oskolkov · 7 years ago
  3. 074fb880 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  4. 07d53ae net: Remove some unneeded semicolon by zhong jiang · 7 years ago
  5. af308b9 netfilter: nf_tables: add tunnel support by Pablo Neira Ayuso · 7 years ago
  6. 6b431d5 net/socket: remove duplicated init code by Matthieu Baerts · 7 years ago
  7. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  8. 9aba2f8 net: Fix coding style in skb_push() by Ganesh Goudar · 7 years ago
  9. 778c4d5 fib_rules: NULL check before kfree is not needed by YueHaibing · 7 years ago
  10. cd11b164 net/tc: introduce TC_ACT_REINSERT. by Paolo Abeni · 7 years ago
  11. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 7 years ago
  12. 7a4c53b net: report invalid mtu value via netlink extack by Stephen Hemminger · 7 years ago
  13. 3e7a50c net: report min and max mtu network device settings by Stephen Hemminger · 7 years ago
  14. 958b4cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  15. 71eb525 bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog() by Taehee Yoo · 7 years ago
  16. 3eee1f7 bpf: fix bpf_skb_load_bytes_relative pkt length check by Daniel Borkmann · 7 years ago
  17. 7a49d3d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  18. 36e0f12 xdp: add NULL pointer check in __xdp_return() by Taehee Yoo · 7 years ago
  19. 7effaf0 net: rollback orig value on failure of dev_qdisc_change_tx_queue_len by Tariq Toukan · 7 years ago
  20. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  21. e446a27 net: remove blank lines at end of file by Stephen Hemminger · 7 years ago
  22. 8dd3020 net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsioc by Tariq Toukan · 7 years ago
  23. 144fe2b sock: fix sg page frag coalescing in sk_alloc_sg by Daniel Borkmann · 7 years ago
  24. 5025f7f rtnetlink: add rtnl_link_state check in rtnl_configure_link by Roopa Prabhu · 7 years ago
  25. ff907a1 net: skb_segment() should not return NULL by Eric Dumazet · 7 years ago
  26. fbdeaed net: create reusable function for getting ownership info of sysfs inodes by Tyler Hicks · 7 years ago
  27. b0e37c0 net-sysfs: make sure objects belong to container's owner by Dmitry Torokhov · 7 years ago
  28. 3033fce net-sysfs: require net admin in the init ns for setting tx_maxrate by Tyler Hicks · 7 years ago
  29. 7c4ec74 net: Init backlog NAPI's gro_hash. by David S. Miller · 7 years ago
  30. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 7 years ago
  31. 5544adb flow_dissector: Dissect tos and ttl from the tunnel info by Or Gerlitz · 7 years ago
  32. 4905bd9 net/page_pool: Fix inconsistent lock state warning by Tariq Toukan · 7 years ago
  33. f15f084 pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation warning by Jakub Kicinski · 7 years ago
  34. a48d189 net: Move skb decrypted field, avoid explicity copy by Stefano Brivio · 7 years ago
  35. 202aabe xdp: fix uninitialized 'err' variable by Jakub Kicinski · 7 years ago
  36. ccdb517 net: Fix GRO_HASH_BUCKETS assertion. by David S. Miller · 7 years ago
  37. d9f37d0 net: convert gro_count to bitmask by Li RongQing · 7 years ago
  38. 1413656 net: Add TLS RX offload feature by Ilya Lesokhin · 7 years ago
  39. 784abe2 net: Add decrypted field to skb by Boris Pismenny · 7 years ago
  40. 2aa4a33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  41. c849eb0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  42. e78bfb0 skbuff: Unconditionally copy pfmemalloc in __skb_clone() by Stefano Brivio · 7 years ago
  43. a25717d xdp: support simultaneous driver and hw XDP attachment by Jakub Kicinski · 7 years ago
  44. 0529662 xdp: factor out common program/flags handling from drivers by Jakub Kicinski · 7 years ago
  45. 6b86758 xdp: don't make drivers report attachment mode by Jakub Kicinski · 7 years ago
  46. 4f91da2 xdp: add per mode attributes for attached programs by Jakub Kicinski · 7 years ago
  47. f6a69885 devlink: Add generic parameters region_snapshot by Alex Vesker · 7 years ago
  48. 4e54795 devlink: Add support for region snapshot read command by Alex Vesker · 7 years ago
  49. 866319b devlink: Add support for region snapshot delete command by Alex Vesker · 7 years ago
  50. a006d46 devlink: Extend the support querying for region snapshot IDs by Alex Vesker · 7 years ago
  51. d8db7ea5 devlink: Add support for region get command by Alex Vesker · 7 years ago
  52. d7e5272 devlink: Add support for creating region snapshots by Alex Vesker · 7 years ago
  53. ccadfa4 devlink: Add callback to query for snapshot id before snapshot create by Alex Vesker · 7 years ago
  54. b16ebe9 devlink: Add support for creating and destroying regions by Alex Vesker · 7 years ago
  55. 68d2f84 net: gro: properly remove skb from list by Prashant Bhole · 7 years ago
  56. 8b70086 net: Don't copy pfmemalloc flag in __copy_skb_header() by Stefano Brivio · 7 years ago
  57. e32f55f Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  58. 61d7698 bpf: fix availability probing for seg6 helpers by Mathieu Xhonneux · 7 years ago
  59. 59ee412 bpf: fix ldx in ld_abs rewrite for large offsets by Daniel Borkmann · 7 years ago
  60. 9af86f9 net: core: fix use-after-free in __netif_receive_skb_list_core by Edward Cree · 7 years ago
  61. 8c057ef net: core: fix uses-after-free in list processing by Edward Cree · 7 years ago
  62. 8ec56fc net: allow fallback function to pass netdev by Alexander Duyck · 7 years ago
  63. 4f49dec net: allow ndo_select_queue to pass netdev by Alexander Duyck · 7 years ago
  64. a4ea8a3 net: Add generic ndo_select_queue functions by Alexander Duyck · 7 years ago
  65. eadec877 net: Add support for subordinate traffic classes to netdev_pick_tx by Alexander Duyck · 7 years ago
  66. ffcfe25 net: Add support for subordinate device traffic classes by Alexander Duyck · 7 years ago
  67. d7be977 net-sysfs: Drop support for XPS and traffic_class on single queue device by Alexander Duyck · 7 years ago
  68. 7f93d12 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  69. d8d7218 xdp: XDP_REDIRECT should check IFF_UP and MTU by Toshiaki Makita · 7 years ago
  70. 0ea488f bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb by John Fastabend · 7 years ago
  71. 0c6bc6e bpf: fix sk_skb programs without skb->dev assigned by John Fastabend · 7 years ago
  72. 24c590e net/flow_dissector: Add support for QinQ dissection by Jianbo Liu · 7 years ago
  73. 2064c3d net/flow_dissector: Save vlan ethertype from headers by Jianbo Liu · 7 years ago
  74. 8d356b8 rtnetlink: add rtnl_link_state check in rtnl_configure_link by Roopa Prabhu · 7 years ago
  75. 2cc0608 net: core: filter: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  76. f567bcd devlink: Add enable_sriov boolean generic parameter by Vasundhara Volam · 7 years ago
  77. 036467c devlink: Add generic parameters internal_err_reset and max_macs by Moshe Shemesh · 7 years ago
  78. ea601e1 devlink: Add devlink notifications support for params by Moshe Shemesh · 7 years ago
  79. ec01aeb devlink: Add support for get/set driverinit value by Moshe Shemesh · 7 years ago
  80. e3b7ca1 devlink: Add param set command by Moshe Shemesh · 7 years ago
  81. 45f05de devlink: Add param get command by Moshe Shemesh · 7 years ago
  82. eabaef1 devlink: Add devlink_param register and unregister by Moshe Shemesh · 7 years ago
  83. 6312fe7 net: limit each hash list length to MAX_GRO_SKBS by Li RongQing · 7 years ago
  84. 4b15c70 net/sched: Make etf report drops on error_queue by Jesus Sanchez-Palencia · 7 years ago
  85. 80b14de net: Add a new socket option for a future transmit time. by Richard Cochran · 7 years ago
  86. c47d8c2 net: Clear skb->tstamp only on the forwarding path by Jesus Sanchez-Palencia · 7 years ago
  87. d5a672a gen_stats: Fix netlink stats dumping in the presence of padding by Toke Høiland-Jørgensen · 7 years ago
  88. b9f463d net: don't bother calling list RX functions on empty lists by Edward Cree · 7 years ago
  89. 17266ee net: ipv4: listified version of ip_rcv by Edward Cree · 7 years ago
  90. 88eb194 net: core: propagate SKB lists through packet_type lookup by Edward Cree · 7 years ago
  91. 4ce0017 net: core: another layer of lists, around PF_MEMALLOC skb handling by Edward Cree · 7 years ago
  92. 7da517a net: core: Another step of skb receive list processing by Edward Cree · 7 years ago
  93. 920572b net: core: unwrap skb list receive slightly further by Edward Cree · 7 years ago
  94. f6ad8c1 net: core: trivial netif_receive_skb_list() entry point by Edward Cree · 7 years ago
  95. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  96. 4e33d7d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  97. d6f1993 net: expose sk wmem in sock_exceed_buf_limit tracepoint by Yafang Shao · 7 years ago
  98. 8af2c06 net-sysfs: Add interface for Rx queue(s) map per Tx queue by Amritha Nambiar · 7 years ago
  99. fc9bab2 net: Enable Tx queue selection based on Rx queues by Amritha Nambiar · 7 years ago
  100. c6345ce net: Record receive queue number for a connection by Amritha Nambiar · 7 years ago