summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-02-17net: dsa: tag_ocelot_8021q: calculate TX checksum in software for deferred pa...Vladimir Oltean1-0/+7
2022-02-17net: rtnetlink: rtnl_stats_get(): Emit an extack for unset filter_maskPetr Machata1-1/+3
2022-02-17mptcp: don't save tcp data_ready and write space callbacksFlorian Westphal2-8/+6
2022-02-17mptcp: mark ops structures as ro_after_initFlorian Westphal1-8/+7
2022-02-17mptcp: constify a bunch of of helpersPaolo Abeni3-32/+32
2022-02-17mptcp: drop port parameter of mptcp_pm_add_addr_signalGeliang Tang3-7/+7
2022-02-17mptcp: drop unneeded type casts for hmacGeliang Tang2-5/+2
2022-02-17mptcp: drop unused sk in mptcp_get_optionsGeliang Tang3-10/+8
2022-02-17mptcp: add SNDTIMEO setsockopt supportGeliang Tang1-0/+2
2022-02-17net: dsa: tag_8021q: only call skb_push/skb_pull around __skb_vlan_popVladimir Oltean1-2/+2
2022-02-17net/smc: return ETIMEDOUT when smc_connect_clc() timeoutD. Wythe1-1/+7
2022-02-16net: dsa: offload bridge port VLANs on foreign interfacesVladimir Oltean2-26/+31
2022-02-16net: dsa: add explicit support for host bridge VLANsVladimir Oltean5-47/+288
2022-02-16net: switchdev: introduce switchdev_handle_port_obj_{add,del} for foreign int...Vladimir Oltean1-8/+132
2022-02-16net: switchdev: rename switchdev_lower_dev_find to switchdev_lower_dev_find_rcuVladimir Oltean1-9/+9
2022-02-16net: bridge: switchdev: replay all VLAN groupsVladimir Oltean1-41/+49
2022-02-16net: bridge: make nbp_switchdev_unsync_objs() follow reverse order of sync()Vladimir Oltean1-2/+2
2022-02-16net: bridge: switchdev: differentiate new VLANs from changed onesVladimir Oltean3-9/+10
2022-02-16net: bridge: vlan: notify switchdev only when something changedVladimir Oltean1-30/+65
2022-02-16net: bridge: vlan: make __vlan_add_flags react only to PVID and UNTAGGEDVladimir Oltean1-2/+4
2022-02-16net: bridge: vlan: don't notify to switchdev master VLANs without BRENTRY flagVladimir Oltean1-3/+6
2022-02-16net: bridge: vlan: check early for lack of BRENTRY flag in br_vlan_add_existingVladimir Oltean1-6/+4
2022-02-15net: bridge: vlan: check for errors from __vlan_del in __vlan_flushVladimir Oltean1-1/+8
2022-02-14ipv6: blackhole_netdev needs snmp6 countersIdo Schimmel1-9/+9
2022-02-14net: dev: Make rps_lock() disable interrupts.Sebastian Andrzej Siewior1-34/+42
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior1-38/+29
2022-02-14net: dev: Remove preempt_disable() and get_cpu() in netif_rx_internal().Sebastian Andrzej Siewior1-4/+1
2022-02-14ipv6: Add reasons for skb drops to __udp6_lib_rcvDavid Ahern1-2/+9
2022-02-14net/smc: Add comment for smc_tx_pendingTony Lu1-1/+6
2022-02-14Generate netlink notification when default IPv6 route preference changesKalash Nainwal1-1/+5
2022-02-14net/sched: act_police: more accurate MTU policingDavide Caratti1-1/+15
2022-02-11Merge tag 'wireless-next-2022-02-11' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller16-46/+234
2022-02-11ipv4: add (struct uncached_list)->quarantine listEric Dumazet1-3/+9
2022-02-11ipv6: add (struct uncached_list)->quarantine listEric Dumazet1-3/+14
2022-02-11ipv6: give an IPv6 dev to blackhole_netdevEric Dumazet2-59/+40
2022-02-11ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet2-5/+0
2022-02-11ipv6: Reject routes configurations that specify dsfield (tos)Guillaume Nault1-0/+6
2022-02-11net: dsa: remove lockdep class for DSA slave address listVladimir Oltean1-12/+0
2022-02-11net: dsa: remove lockdep class for DSA master address listVladimir Oltean1-4/+0
2022-02-11net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_idVladimir Oltean1-41/+1
2022-02-11net/smc: Add global configure for handshake limitation by netlinkD. Wythe4-0/+66
2022-02-11net/smc: Dynamic control handshake limitation by socket optionsD. Wythe2-1/+69
2022-02-11net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe2-1/+19
2022-02-11net/smc: Limit backlog connectionsD. Wythe2-1/+50
2022-02-11net/smc: Make smc_tcp_listen_work() independentD. Wythe1-2/+11
2022-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski28-156/+411
2022-02-11Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds19-82/+144
2022-02-10net/switchdev: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)1-1/+1
2022-02-10ipv4: Reject again rules with high DSCP valuesGuillaume Nault1-0/+5
2022-02-10net: make net->dev_unreg_count atomicEric Dumazet2-8/+5