summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-01-15net: dsa: Link aggregation supportTobias Waldekranz5-7/+321
2021-01-15net: dsa: Don't offload port attributes on standalone portsTobias Waldekranz1-0/+3
2021-01-15net: openvswitch: add log message for error caseEelco Chaudron2-9/+17
2021-01-14tcp: assign skb hash after tcp_event_data_sentYuchung Cheng1-1/+1
2021-01-14net: core: use eth_type_vlan in __netif_receive_skb_coreMenglong Dong1-4/+2
2021-01-13hci: llc_shdlc: style: Simplify bool comparisonYANG LI1-1/+1
2021-01-13net: dsa: add optional stats64 supportOleksij Rempel1-1/+13
2021-01-12net: dsa: remove obsolete comments about switchdev transactionsVladimir Oltean2-9/+0
2021-01-12net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean1-6/+2
2021-01-12net: dsa: remove the transactional logic from MDB entriesVladimir Oltean1-9/+6
2021-01-12net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean3-15/+7
2021-01-12net: switchdev: remove the transaction structure from port attributesVladimir Oltean5-127/+62
2021-01-12net: switchdev: delete switchdev_port_obj_add_nowVladimir Oltean1-12/+5
2021-01-12net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean5-107/+21
2021-01-12net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2-20/+9
2021-01-10mptcp: add the mibs for MP_PRIOGeliang Tang4-0/+7
2021-01-10mptcp: add set_flags command in PM netlinkGeliang Tang1-0/+65
2021-01-10mptcp: add the incoming MP_PRIO supportGeliang Tang3-0/+28
2021-01-10mptcp: add the outgoing MP_PRIO supportGeliang Tang3-0/+79
2021-01-10mptcp: add the address ID assignment bitmapGeliang Tang1-18/+54
2021-01-10net: dsa: dsa_legacy_fdb_{add,del} can be staticVladimir Oltean2-17/+8
2021-01-10net-gro: remove GRO_DROPEric Dumazet1-11/+0
2021-01-10net: bridge: fix misspellings using codespell toolMenglong Dong4-7/+7
2021-01-09net: ip_tunnel: clean up endianness conversionsJulian Wiedmann1-4/+5
2021-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-22/+31
2021-01-08nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata1-1/+1
2021-01-08nexthop: Unlink nexthop group entry in error pathIdo Schimmel1-1/+3
2021-01-08nexthop: Fix off-by-one error in error pathIdo Schimmel1-1/+1
2021-01-08skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon4-5/+5
2021-01-08skbuff: add flags to ubuf_info for ubuf setupJonathan Lemon1-0/+1
2021-01-08net: group skb_shinfo zerocopy related bits together.Jonathan Lemon3-8/+7
2021-01-08skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon4-18/+18
2021-01-08skbuff: Call skb_zcopy_clear() before unref'ing fragmentsJonathan Lemon1-1/+2
2021-01-08skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon4-12/+8
2021-01-08skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon1-1/+2
2021-01-08skbuff: replace sock_zerocopy_get with skb_zcopy_getJonathan Lemon1-1/+1
2021-01-08skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon2-9/+2
2021-01-08skbuff: Push status and refcounts into sock_zerocopy_callbackJonathan Lemon1-3/+11
2021-01-08skbuff: simplify sock_zerocopy_putJonathan Lemon1-6/+2
2021-01-08net: dsa: remove the DSA specific notifiersVladimir Oltean2-39/+0
2021-01-08net: dsa: export dsa_slave_dev_checkVladimir Oltean2-1/+1
2021-01-08net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean1-0/+1
2021-01-08net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neig...Vladimir Oltean1-11/+55
2021-01-08net: dsa: exit early in dsa_slave_switchdev_event if we can't program the FDBVladimir Oltean1-0/+3
2021-01-08net: dsa: move switchdev event implementation under the same switch/case stat...Vladimir Oltean1-19/+16
2021-01-08net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_workVladimir Oltean2-53/+65
2021-01-08net: dsa: be louder when a non-legacy FDB operation failsVladimir Oltean1-3/+7
2021-01-08net: bridge: notify switchdev of disappearance of old FDB entry upon migrationVladimir Oltean1-0/+1
2021-01-08net: ip: always refragment ip defragmented packetsFlorian Westphal1-1/+1
2021-01-08net: fix pmtu check in nopmtudisc modeFlorian Westphal1-6/+5