1. 1a922fe samples, bpf: Refactor test_current_task_under_cgroup - separate out helpers by Sargun Dhillon · 8 years ago
  2. 69a9d09 samples/bpf: silence compiler warnings by Alexei Starovoitov · 8 years ago
  3. 6af2d5f netns: fix net_generic() "id - 1" bloat by Alexey Dobriyan · 8 years ago
  4. 9bfc7b9 netns: add dummy struct inside "struct net_generic" by Alexey Dobriyan · 8 years ago
  5. 1a9a059 netns: publish net_generic correctly by Alexey Dobriyan · 8 years ago
  6. 4f7df33 netlink: 2-clause nla_ok() by Alexey Dobriyan · 8 years ago
  7. fe211cd staging: wilc1000: use reset to set mac header by Zhang Shengju · 8 years ago
  8. a52a8a4 iwlwifi: use reset to set transport header by Zhang Shengju · 8 years ago
  9. 69029109 mlx4: use reset to set mac header by Zhang Shengju · 8 years ago
  10. 0e24c0a bnx2x: use reset to set network header by Zhang Shengju · 8 years ago
  11. 90caf3c qede: use reset to set network header by Zhang Shengju · 8 years ago
  12. 1e8c86a Merge branch 'xgene-jumbo-and-pause-frame' by David S. Miller · 8 years ago
  13. 0296fe4 drivers: net: xgene: ethtool: Add get/set_pauseparam by Iyappan Subramanian · 8 years ago
  14. 56090b1 drivers: net: xgene: Add flow control initialization by Iyappan Subramanian · 8 years ago
  15. bb64fa0 drivers: net: xgene: Add flow control configuration by Iyappan Subramanian · 8 years ago
  16. a809701 drivers: net: xgene: fix: RSS for non-TCP/UDP by Iyappan Subramanian · 8 years ago
  17. 350b4e3 drivers: net: xgene: Add change_mtu function by Iyappan Subramanian · 8 years ago
  18. a9380b0 drivers: net: xgene: Add support for Jumbo frame by Iyappan Subramanian · 8 years ago
  19. d6d4896 drivers: net: xgene: Configure classifier with pagepool by Iyappan Subramanian · 8 years ago
  20. 2c83933 drivers: net: xgene: Add helper function by Iyappan Subramanian · 8 years ago
  21. 397c5ad net: ethernet: ti: davinci_cpdma: add missing EXPORTs by Paul Gortmaker · 8 years ago
  22. 70278b5 Merge tag 'linux-can-next-for-4.10-20161201' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 8 years ago
  23. b91dce4 net: stmmac: unify mdio functions by LABBE Corentin · 8 years ago
  24. 01f1f61 net: stmmac: avoid Camelcase naming by LABBE Corentin · 8 years ago
  25. 7b2024f irda: w83977af_ir: fix damaged whitespace by Arnd Bergmann · 8 years ago
  26. c6c60da stmmac: cleanup documenation, make it match reality by Pavel Machek · 8 years ago
  27. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  28. 8dc0f26 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  29. 8bca927 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  30. b98b0bc net: avoid signed overflows for SO_{SND|RCV}BUFFORCE by Eric Dumazet · 8 years ago
  31. 5b01014 geneve: avoid use-after-free of skb->data by Sabrina Dubroca · 8 years ago
  32. 3de81b7 tipc: check minimum bearer MTU by Michal Kubeček · 8 years ago
  33. f0d21e8 Merge tag 'linux-can-fixes-for-4.9-20161201' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 8 years ago
  34. 50d5aa4 net: renesas: ravb: unintialized return value by Dan Carpenter · 8 years ago
  35. ab17cb1 Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 8 years ago
  36. 33d446d sh_eth: remove unchecked interrupts for RZ/A1 by Chris Brandt · 8 years ago
  37. 8c4799a net: bcmgenet: Utilize correct struct device for all DMA operations by Florian Fainelli · 8 years ago
  38. 4f4f907 Merge branch 'mvneta-64bit' by David S. Miller · 8 years ago
  39. ea7ae88 ARM64: dts: marvell: Add network support for Armada 3700 by Gregory CLEMENT · 8 years ago
  40. 2636ac3 net: mvneta: Add network support for Armada 3700 SoC by Marcin Wojtas · 8 years ago
  41. f34dacc net: mvneta: Only disable mvneta_bm for 64-bits by Gregory CLEMENT · 8 years ago
  42. 8d5047c net: mvneta: Convert to be 64 bits compatible by Marcin Wojtas · 8 years ago
  43. f88bee1 net: mvneta: Use cacheable memory to store the rx buffer virtual address by Gregory CLEMENT · 8 years ago
  44. e9f6499 net: mvneta: Do not allocate buffer in rxq init with HWBM by Gregory CLEMENT · 8 years ago
  45. ac83b7d net: mvneta: Optimize rx path for small frame by Gregory CLEMENT · 8 years ago
  46. ed8d747 Fix up a couple of field names in the CREDITS file by Linus Torvalds · 8 years ago
  47. b5b5eca Merge branch 'bpf-support-for-sockets' by David S. Miller · 8 years ago
  48. 554ae6e samples/bpf: add userspace example for prohibiting sockets by David Ahern · 8 years ago
  49. 4f2e7ae samples/bpf: Update bpf loader for cgroup section names by David Ahern · 8 years ago
  50. aa4c103 bpf: Add support for reading socket family, type, protocol by David Ahern · 8 years ago
  51. ad2805d samples: bpf: add userspace example for modifying sk_bound_dev_if by David Ahern · 8 years ago
  52. 61023658 bpf: Add new cgroup attach type to enable sock modifications by David Ahern · 8 years ago
  53. b2cd125 bpf: Refactor cgroups code in prep for new type by David Ahern · 8 years ago
  54. 9bd813d NET: usb: qmi_wwan: add support for Telit LE922A PID 0x1040 by Daniele Palmas · 8 years ago
  55. d5c83d0 cdc_ether: Fix handling connection notification by Kristian Evensen · 8 years ago
  56. 6b6ebb6 ip6_offload: check segs for NULL in ipv6_gso_segment. by Artem Savkov · 8 years ago
  57. 7f7bf16 mlx4: fix use-after-free in mlx4_en_fold_software_stats() by Eric Dumazet · 8 years ago
  58. bd3ad7d net: thunderx: Fix transmit queue timeout issue by Sunil Goutham · 8 years ago
  59. 721c744 RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_net by Sowmini Varadhan · 8 years ago
  60. 9aac3c1 Merge branch 'offloading-tc-rules-hw' by David S. Miller · 8 years ago
  61. ebe0687 net/mlx5e: Support adding ingress tc rule when egress device flag is set by Hadar Hen Zion · 8 years ago
  62. 726293f net/mlx5e: Save the represntor netdevice as part of the representor by Hadar Hen Zion · 8 years ago
  63. 718f13e net/mlx5e: Bring back representor's ndos that were accidentally removed by Hadar Hen Zion · 8 years ago
  64. 7091d8c net/sched: cls_flower: Add offload support using egress Hardware device by Hadar Hen Zion · 8 years ago
  65. 255cb30 net/sched: act_mirred: Add new tc_action_ops get_dev() by Hadar Hen Zion · 8 years ago
  66. 3036dab net/sched: cls_flower: Provide a filter to replace/destroy hardware filter functions by Hadar Hen Zion · 8 years ago
  67. 7968521 net/sched: cls_flower: Try to offload only if skip_hw flag isn't set by Hadar Hen Zion · 8 years ago
  68. 55330f0 net/sched: Add separate check for skip_hw flag by Hadar Hen Zion · 8 years ago
  69. 25429d7 tcp: allow to turn tcp timestamp randomization off by Florian Westphal · 8 years ago
  70. 95a22ca tcp: randomize tcp timestamp offsets for each connection by Florian Westphal · 8 years ago
  71. 7df5358 Merge branch 'qed-iscsi' by David S. Miller · 8 years ago
  72. 1d6cff4 qed: Add iSCSI out of order packet handling. by Yuval Mintz · 8 years ago
  73. fc83182 qed: Add support for hardware offloaded iSCSI. by Yuval Mintz · 8 years ago
  74. 80d1106a Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()" by Eli Cooper · 8 years ago
  75. b4e479a ipv6: Set skb->protocol properly for local output by Eli Cooper · 8 years ago
  76. f418043 ipv4: Set skb->protocol properly for local output by Eli Cooper · 8 years ago
  77. 84ac726 packet: fix race condition in packet_set_ring by Philip Pettersson · 8 years ago
  78. 4aa675a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  79. 3e52d06 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  80. 2219d5e net: ethernet: altera: TSE: do not use tx queue lock in tx completion handler by Lino Sanfilippo · 8 years ago
  81. 151a14d net: ethernet: altera: TSE: Remove unneeded dma sync for tx buffers by Lino Sanfilippo · 8 years ago
  82. b14945a net: atarilance: use %8ph for printing hex string by Rasmus Villemoes · 8 years ago
  83. d709b2a net/mlx5e: skip loopback selftest with !CONFIG_INET by Arnd Bergmann · 8 years ago
  84. 8ab2ae6 default exported asm symbols to zero by Arnd Bergmann · 8 years ago
  85. 909e481 arm64: dts: juno: fix cluster sleep state entry latency on all SoC versions by Sudeep Holla · 8 years ago
  86. 366cbf2 bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to caller by Daniel Borkmann · 8 years ago
  87. 83a1a1a sock: reset sk_err for ICMP packets read from error queue by Soheil Hassas Yeganeh · 8 years ago
  88. f577e22 Merge branch 'lwt-bpf' by David S. Miller · 8 years ago
  89. f74599f bpf: Add tests and samples for LWT-BPF by Thomas Graf · 8 years ago
  90. 3a0af8f bpf: BPF for lightweight tunnel infrastructure by Thomas Graf · 8 years ago
  91. efd8570 route: Set lwtstate for local traffic and cached input dsts by Thomas Graf · 8 years ago
  92. 11b3d9c5 route: Set orig_output when redirecting to lwt on locally generated traffic by Thomas Graf · 8 years ago
  93. ee3d7c6 Merge branch 'mlx5-updates' by David S. Miller · 8 years ago
  94. 5067b60 net/mlx5e: Remove flow encap entry in the correct place by Roi Dayan · 8 years ago
  95. 961e897 net/mlx5e: Refactor tc del flow to accept mlx5e_tc_flow instance by Roi Dayan · 8 years ago
  96. 86a33ae net/mlx5e: Correct cleanup order when deleting offloaded TC rules by Roi Dayan · 8 years ago
  97. 5363606 net/mlx5e: Remove redundant hashtable lookup in configure flower by Roi Dayan · 8 years ago
  98. ec8b998 net/mlx5e: Create UMR MKey per RQ by Tariq Toukan · 8 years ago
  99. 3608ae7 net/mlx5e: Move function mlx5e_create_umr_mkey by Tariq Toukan · 8 years ago
  100. 1c1b522 net/mlx5e: Implement Fragmented Work Queue (WQ) by Tariq Toukan · 8 years ago