aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-10-14net, neigh: Add build-time assertion to avoid neigh->flags overflowDaniel Borkmann1-0/+3
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-172/+267
2021-10-14netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart1-0/+5
2021-10-14netfilter: ip6t_rt: fix rt0_hdr parsing in rt_mt6Xin Long1-42/+6
2021-10-14netfilter: ipvs: merge ipv4 + ipv6 icmp reply handlersFlorian Westphal1-23/+14
2021-10-14netfilter: ipvs: remove unneeded input wrappersFlorian Westphal1-53/+4
2021-10-14netfilter: ipvs: remove unneeded output wrappersFlorian Westphal1-56/+6
2021-10-14netfilter: ipvs: prepare for hook function reductionFlorian Westphal1-10/+16
2021-10-14netfilter: ebtables: allow use of ebt_do_table as hookfnFlorian Westphal4-23/+10
2021-10-14netfilter: ip6tables: allow use of ip6t_do_table as hookfnFlorian Westphal6-44/+14
2021-10-14netfilter: arp_tables: allow use of arpt_do_table as hookfnFlorian Westphal2-12/+5
2021-10-14netfilter: iptables: allow use of ipt_do_table as hookfnFlorian Westphal6-43/+15
2021-10-14af_packet: Introduce egress hookPablo Neira Ayuso1-0/+35
2021-10-14netfilter: Introduce egress hookLukas Wunner5-10/+70
2021-10-14netfilter: Generalize ingress hook include fileLukas Wunner1-1/+1
2021-10-14netfilter: Rename ingress hook include fileLukas Wunner1-1/+1
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski1-2/+1
2021-10-14icmp: fix icmp_ext_echo_iio parsing in icmp_build_probeXin Long1-12/+11
2021-10-14sctp: account stream padding length for reconf chunkEiichi Tsukata1-1/+1
2021-10-13NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan1-2/+6
2021-10-13NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan1-2/+7
2021-10-13nfc: fix error handling of nfc_proto_register()Ziyang Xuan1-0/+3
2021-10-13Revert "net: procfs: add seq_puts() statement for dev_mcast"Vladimir Oltean1-13/+11
2021-10-13net: dsa: unregister cross-chip notifier after ds->ops->teardownVladimir Oltean1-2/+2
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski8-10/+10
2021-10-13tipc: constify dev_addr passingJakub Kicinski4-5/+5
2021-10-13ipv6: constify dev_addr passingJakub Kicinski2-4/+4
2021-10-13llc/snap: constify dev_addr passingJakub Kicinski6-6/+6
2021-10-13rose: constify dev_addr passingJakub Kicinski3-9/+12
2021-10-13ax25: constify dev_addr passingJakub Kicinski9-19/+19
2021-10-13Bluetooth: Fix memory leak of hci deviceWei Yongjun1-0/+2
2021-10-13Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun1-0/+1
2021-10-12net: dsa: tag_ocelot_8021q: fix inability to inject STP BPDUs into BLOCKING portsVladimir Oltean1-1/+2
2021-10-12net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean2-15/+25
2021-10-12net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean3-3/+1
2021-10-12net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch driverVladimir Oltean1-1/+0
2021-10-12net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean1-0/+43
2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky1-44/+3
2021-10-12devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky1-2/+22
2021-10-12devlink: Annotate devlink API callsLeon Romanovsky1-0/+26
2021-10-12devlink: Move netdev_to_devlink helpers to devlink.cLeon Romanovsky1-0/+18
2021-10-12devlink: Reduce struct devlink exposureLeon Romanovsky1-0/+57
2021-10-12net: dsa: fix spurious error message when unoffloaded port leaves bridgeAlvin Šipraga1-1/+1
2021-10-12Bluetooth: L2CAP: Fix not initializing sk_peer_pidLuiz Augusto von Dentz1-0/+19
2021-10-12Bluetooth: hci_sock: purge socket queues in the destruct() callbackNguyen Dinh Phi1-4/+7
2021-10-12SUNRPC: De-duplicate .pc_release() call sitesChuck Lever1-15/+7
2021-10-12SUNRPC: Simplify the SVC dispatch code pathChuck Lever1-49/+2
2021-10-12ipv6: ioam: move the check for undefined bitsJustin Iurman2-9/+67
2021-10-12net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann1-30/+83
2021-10-12net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu1-15/+40