| Commit message (Expand) | Author | Age | Files | Lines |
* | ethtool: trim policy tables | Jakub Kicinski | 2020-10-06 | 19 | -229/+83 |
* | ethtool: wire up set policies to ops | Jakub Kicinski | 2020-10-06 | 14 | -104/+74 |
* | ethtool: wire up get policies to ops | Jakub Kicinski | 2020-10-06 | 17 | -107/+90 |
* | ipv4: use dev_sw_netstats_rx_add() | Fabian Frederick | 2020-10-06 | 2 | -15/+2 |
* | net: openvswitch: use dev_sw_netstats_rx_add() | Fabian Frederick | 2020-10-06 | 1 | -7/+1 |
* | xfrm: use dev_sw_netstats_rx_add() | Fabian Frederick | 2020-10-06 | 1 | -8/+1 |
* | ipv6: use dev_sw_netstats_rx_add() | Fabian Frederick | 2020-10-06 | 1 | -7/+1 |
* | ethtool: allow netdev driver to define phy tunables | Igor Russkikh | 2020-10-06 | 1 | -13/+24 |
* | net: always dump full packets with skb_dump | Vladimir Oltean | 2020-10-06 | 1 | -5/+1 |
* | mptcp: don't skip needed ack | Paolo Abeni | 2020-10-06 | 1 | -2/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-10-06 | 47 | -183/+350 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-10-05 | 48 | -197/+367 |
| |\ |
|
| | * | net/core: check length before updating Ethertype in skb_mpls_{push,pop} | Guillaume Nault | 2020-10-05 | 1 | -2/+2 |
| | * | net_sched: check error pointer in tcf_dump_walker() | Cong Wang | 2020-10-04 | 1 | -0/+2 |
| | * | tcp: fix syn cookied MPTCP request socket leak | Paolo Abeni | 2020-10-03 | 1 | -1/+1 |
| | * | libceph: use sendpage_ok() in ceph_tcp_sendpage() | Coly Li | 2020-10-03 | 1 | -1/+1 |
| | * | tcp: use sendpage_ok() to detect misused .sendpage | Coly Li | 2020-10-03 | 1 | -1/+2 |
| | * | net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send | Coly Li | 2020-10-03 | 1 | -2/+4 |
| | * | netlink: fix policy dump leak | Johannes Berg | 2020-10-02 | 2 | -15/+18 |
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-09-30 | 1 | -1/+16 |
| | |\ |
|
| | | * | xsk: Do not discard packet when NETDEV_TX_BUSY | Magnus Karlsson | 2020-09-16 | 1 | -1/+16 |
| | * | | mptcp: Handle incoming 32-bit DATA_FIN values | Mat Martineau | 2020-09-30 | 3 | -7/+18 |
| | * | | mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seq | Mat Martineau | 2020-09-30 | 2 | -6/+6 |
| | * | | ethtool: mark netlink family as __ro_after_init | Jakub Kicinski | 2020-09-29 | 1 | -1/+1 |
| | * | | net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locks | Manivannan Sadhasivam | 2020-09-29 | 1 | -9/+25 |
| | * | | net: core: add nested_level variable in net_device | Taehee Yoo | 2020-09-29 | 2 | -19/+78 |
| | * | | net: core: introduce struct netdev_nested_priv for nested interface infrastru... | Taehee Yoo | 2020-09-29 | 3 | -37/+68 |
| | * | | net: core: add __netdev_upper_dev_unlink() | Taehee Yoo | 2020-09-29 | 1 | -10/+16 |
| | * | | net_sched: remove a redundant goto chain check | Cong Wang | 2020-09-28 | 1 | -14/+0 |
| | * | | net: bridge: fdb: don't flush ext_learn entries | Nikolay Aleksandrov | 2020-09-28 | 1 | -0/+2 |
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2020-09-28 | 4 | -7/+45 |
| | |\ \ |
|
| | | * | | xfrm: Use correct address family in xfrm_state_find | Herbert Xu | 2020-09-25 | 1 | -4/+7 |
| | | * | | xfrm: clone whole liftime_cur structure in xfrm_do_migrate | Antony Antony | 2020-09-07 | 1 | -1/+1 |
| | | * | | xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrate | Antony Antony | 2020-09-07 | 1 | -0/+28 |
| | | * | | xfrm: clone XFRMA_SET_MARK in xfrm_do_migrate | Antony Antony | 2020-09-07 | 1 | -0/+1 |
| | | * | | xfrmi: drop ignore_df check before updating pmtu | Sabrina Dubroca | 2020-08-27 | 1 | -1/+1 |
| | | * | | espintcp: restore IP CB before handing the packet to xfrm | Sabrina Dubroca | 2020-08-17 | 1 | -1/+5 |
| | | * | | ip_vti: Fix unused variable warning | YueHaibing | 2020-08-08 | 1 | -0/+2 |
| | * | | | tcp: skip DSACKs with dubious sequence ranges | Priyaranjan Jha | 2020-09-25 | 2 | -7/+26 |
| | * | | | net/tls: race causes kernel panic | Rohit Maheshwari | 2020-09-25 | 1 | -2/+7 |
| | * | | | net_sched: commit action insertions together | Cong Wang | 2020-09-25 | 1 | -9/+23 |
| | * | | | net_sched: defer tcf_idr_insert() in tcf_action_init_1() | Cong Wang | 2020-09-25 | 21 | -64/+21 |
| | * | | | net: switchdev: Fixed kerneldoc warning | Tian Tao | 2020-09-24 | 1 | -1/+1 |
| | * | | | mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packet | Mat Martineau | 2020-09-24 | 1 | -1/+4 |
| * | | | | Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6 | Linus Torvalds | 2020-09-25 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | SUNRPC: Fix svc_flush_dcache() | Chuck Lever | 2020-09-21 | 1 | -1/+1 |
* | | | | | net: dsa: propagate switchdev vlan_filtering prepare phase to drivers | Vladimir Oltean | 2020-10-05 | 2 | -9/+17 |
* | | | | | net: openvswitch: Constify static struct genl_small_ops | Rikard Falkeborn | 2020-10-05 | 2 | -2/+2 |
* | | | | | mptcp: Constify mptcp_pm_ops | Rikard Falkeborn | 2020-10-05 | 1 | -1/+1 |
* | | | | | net: dsa: Add devlink port regions support to DSA | Andrew Lunn | 2020-10-04 | 1 | -0/+14 |