summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-17mptcp: setsockopt: handle SO_KEEPALIVE and SO_PRIORITYFlorian Westphal1-0/+106
2021-04-17mptcp: tag sequence_seq with socket stateFlorian Westphal4-5/+62
2021-04-17mptcp: add skeleton to sync msk socket options to subflowsFlorian Westphal4-8/+60
2021-04-17mptcp: only admit explicitly supported sockoptPaolo Abeni1-0/+216
2021-04-17mptcp: move sockopt function into a new filePaolo Abeni4-121/+142
2021-04-17mptcp: revert "mptcp: forbit mcast-related sockopt on MPTCP sockets"Matthieu Baerts1-45/+0
2021-04-17net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean2-3/+2
2021-04-17net: bridge: switchdev: refactor br_switchdev_fdb_notifyTobias Waldekranz1-30/+11
2021-04-16scm: fix a typo in put_cmsg()Eric Dumazet1-1/+1
2021-04-16ethtool: add FEC statisticsJakub Kicinski1-1/+72
2021-04-16ethtool: fec_prepare_data() - jump to error handlingJakub Kicinski1-3/+4
2021-04-16ethtool: move ethtool_stats_initJakub Kicinski1-6/+0
2021-04-16scm: optimize put_cmsg()Eric Dumazet1-8/+15
2021-04-15net/packet: remove data races in fanout operationsEric Dumazet2-7/+10
2021-04-15net: bridge: propagate error code and extack from br_mc_disabled_updateFlorian Fainelli4-16/+27
2021-04-14skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"Paolo Abeni1-3/+12
2021-04-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-4/+4
2021-04-14ethtool: pause: make sure we init driver statsJakub Kicinski1-4/+4
2021-04-14gro: ensure frag0 meets IP header alignmentEric Dumazet1-1/+2
2021-04-14net/sctp: fix race condition in sctp_destroy_sockOr Cohen1-8/+5
2021-04-14net: Make tcp_allowed_congestion_control readonly in non-init netnsJonathon Reinhart1-3/+13
2021-04-14icmp: ICMPV6: pass RFC 8335 reply messages to ping_rcvAndreas Roeseler2-0/+9
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle3-7/+8
2021-04-14net: ip6_tunnel: Unregister catch-all devicesHristo Venev1-0/+10
2021-04-14net: sit: Unregister catch-all devicesHristo Venev1-2/+2
2021-04-13netfilter: flowtable: Add FLOW_OFFLOAD_XMIT_UNSPEC xmit typeRoi Dayan1-0/+3
2021-04-13netfilter: conntrack: convert sysctls to u8Florian Westphal2-41/+35
2021-04-13netfilter: conntrack: move ct counter to net_generic dataFlorian Westphal3-17/+45
2021-04-13netfilter: conntrack: move expect counter to net_generic dataFlorian Westphal2-7/+21
2021-04-13netfilter: conntrack: move autoassign_helper sysctl to net_generic dataFlorian Westphal2-6/+7
2021-04-13netfilter: conntrack: move autoassign warning member to net_generic dataFlorian Westphal1-3/+6
2021-04-13netfilter: flowtable: add vlan pop action offload supportwenxu1-0/+15
2021-04-13netfilter: flowtable: add vlan match offload supportwenxu1-0/+37
2021-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller13-34/+112
2021-04-13netfilter: nftables: clone set element expression templatePablo Neira Ayuso1-12/+34
2021-04-13netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal4-8/+8
2021-04-13ethtool: fix kdoc attr nameJakub Kicinski1-3/+3
2021-04-12netfilter: conntrack: Make global sysctls readonly in non-init netnsJonathon Reinhart1-8/+2
2021-04-12net: Ensure net namespace isolation of sysctlsJonathon Reinhart1-0/+48
2021-04-12net: seg6: trivial fix of a spelling mistake in commentAndrea Mayer1-1/+1
2021-04-12ethtool: wire in generic SFP module accessAndrew Lunn1-5/+20
2021-04-12ethtool: Add fallback to get_module_eeprom from netlink commandVladyslav Tarasiuk1-1/+61
2021-04-12net: ethtool: Export helpers for getting EEPROM infoAndrew Lunn2-7/+12
2021-04-12ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk4-1/+185
2021-04-10netfilter: arp_tables: add pre_exit hook for table unregisterFlorian Westphal2-3/+16
2021-04-10netfilter: bridge: add pre_exit hooks for ebtable unregistrationFlorian Westphal4-6/+48
2021-04-10netfilter: nft_limit: avoid possible divide error in nft_limit_initEric Dumazet1-2/+2
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski62-236/+422
2021-04-10Revert "tcp: Reset tcp connections in SYN-SENT state"Eric Dumazet1-2/+3
2021-04-10net: dccp: use net_generic storageFlorian Westphal2-8/+40