Age | Commit message (Expand) | Author |
2020-06-25 | sch_cake: fix a few style nits | Toke Høiland-Jørgensen |
2020-06-25 | sch_cake: don't call diffserv parsing code when it is not needed | Toke Høiland-Jørgensen |
2020-06-25 | sch_cake: don't try to reallocate or unshare skb unconditionally | Ilya Ponetayev |
2020-06-25 | ethtool: fix error handling in linkstate_prepare_data() | Michal Kubecek |
2020-06-25 | Merge branch 'napi_gro_receive-caller-return-value-cleanups' | David S. Miller |
2020-06-25 | wil6210: account for napi_gro_receive never returning GRO_DROP | Jason A. Donenfeld |
2020-06-25 | hns: do not cast return value of napi_gro_receive to null | Jason A. Donenfeld |
2020-06-25 | socionext: account for napi_gro_receive never returning GRO_DROP | Jason A. Donenfeld |
2020-06-25 | wireguard: receive: account for napi_gro_receive never returning GRO_DROP | Jason A. Donenfeld |
2020-06-25 | vxlan: fix last fdb index during dump of fdb with nhid | Roopa Prabhu |
2020-06-25 | sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket | Marcelo Ricardo Leitner |
2020-06-25 | tc-testing: avoid action cookies with odd length. | Briana Oursler |
2020-06-25 | Merge branch 'tcp_cubic-fix-spurious-HYSTART_DELAY-on-RTT-decrease' | David S. Miller |
2020-06-25 | bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT | Neal Cardwell |
2020-06-25 | tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT | Neal Cardwell |
2020-06-25 | Merge branch 'Fixes-for-SJA1105-DSA-tc-gate-action' | David S. Miller |
2020-06-25 | net: dsa: sja1105: fix tc-gate schedule with single element | Vladimir Oltean |
2020-06-25 | net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rules | Vladimir Oltean |
2020-06-25 | net: dsa: sja1105: unconditionally free old gating config | Vladimir Oltean |
2020-06-25 | net: dsa: sja1105: move sja1105_compose_gating_subschedule at the top | Vladimir Oltean |
2020-06-25 | net: macb: free resources on failure path of at91ether_open() | Claudiu Beznea |
2020-06-25 | net: macb: call pm_runtime_put_sync on failure path | Claudiu Beznea |
2020-06-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2020-06-25 | net: bridge: enfore alignment for ethernet address | Thomas Martitz |
2020-06-25 | tcp: don't ignore ECN CWR on pure ACK | Denis Kirjanov |
2020-06-25 | net: phy: mscc: avoid skcipher API for single block AES encryption | Ard Biesheuvel |
2020-06-24 | Merge branch 'net-bcmgenet-use-hardware-padding-of-runt-frames' | David S. Miller |
2020-06-24 | net: bcmgenet: use hardware padding of runt frames | Doug Berger |
2020-06-24 | net: bcmgenet: use __be16 for htons(ETH_P_IP) | Doug Berger |
2020-06-24 | net: bcmgenet: re-remove bcmgenet_hfb_add_filter | Doug Berger |
2020-06-25 | selftests: netfilter: add test case for conntrack helper assignment | Florian Westphal |
2020-06-25 | netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c. | David Wilder |
2020-06-25 | netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he... | David Wilder |
2020-06-25 | netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c. | David Wilder |
2020-06-25 | netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help... | David Wilder |
2020-06-25 | netfilter: Add MODULE_DESCRIPTION entries to kernel modules | Rob Gill |
2020-06-25 | netfilter: ipset: fix unaligned atomic access | Russell King |
2020-06-24 | qed: add missing error test for DBG_STATUS_NO_MATCHING_FRAMING_MODE | Colin Ian King |
2020-06-24 | Merge branch 'net-phy-call-phy_disable_interrupts-in-phy_init_hw' | David S. Miller |
2020-06-24 | net: phy: call phy_disable_interrupts() in phy_init_hw() | Jisheng Zhang |
2020-06-24 | net: phy: make phy_disable_interrupts() non-static | Jisheng Zhang |
2020-06-24 | net: ethernet: mvneta: Add back interface mode validation | Sascha Hauer |
2020-06-24 | net: ethernet: mvneta: Do not error out in non serdes modes | Sascha Hauer |
2020-06-24 | dsa: Allow forwarding of redirected IGMP traffic | Daniel Mack |
2020-06-24 | openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt... | Lorenzo Bianconi |
2020-06-23 | Merge branch 'Two-phylink-pause-fixes' | David S. Miller |
2020-06-23 | net: phylink: ensure manual pause mode configuration takes effect | Russell King |
2020-06-23 | net: phylink: fix ethtool -A with attached PHYs | Russell King |
2020-06-23 | net: Do not clear the sock TX queue in sk_set_socket() | Tariq Toukan |
2020-06-23 | net: ethtool: Handle missing cable test TDR parameters | Andrew Lunn |