summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2022-03-11vsock: each transport cycles only on its own socketsJiyong Park-1/+2
2022-03-11Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-1/+102
2022-03-11gtp: Add support for checking GTP device typeWojciech Drewek-0/+6
2022-03-11net/sched: Allow flower to match on GTP optionsWojciech Drewek-0/+5
2022-03-11gtp: Implement GTP echo responseWojciech Drewek-0/+31
2022-03-11mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala-0/+10
2022-03-11powerpc/net: Implement powerpc specific csum_shift() to remove branchChristophe Leroy-0/+2
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2022-03-09tcp: adjust TSO packet sizes based on min_rttEric Dumazet-1/+2
2022-03-09net/tls: Provide {__,}tls_driver_ctx() unconditionallyDimitris Michailidis-2/+0
2022-03-09net: tcp: fix shim definition of tcp_inbound_md5_hashVladimir Oltean-1/+1
2022-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+2
2022-03-09skb: make drop reason booleanableJakub Kicinski-10/+11
2022-03-09net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean-0/+6
2022-03-08Revert "netfilter: conntrack: tag conntracks picked up in local out hook"Florian Westphal-1/+0
2022-03-07esp: Fix possible buffer overflow in ESP transformationSteffen Klassert-0/+2
2022-03-05net: dsa: tag_rtl8_4: add rtl8_4t trailing variantLuiz Angelo Daros de Luca-0/+2
2022-03-04Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}Luiz Augusto von Dentz-6/+8
2022-03-04Bluetooth: mgmt: Replace zero-length array with flexible-array memberChangcheng Deng-1/+1
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+20
2022-03-03ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet-2/+2
2022-03-03net: ip: Handle delivery_time in ip defragMartin KaFai Lau-0/+2
2022-03-03net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean-0/+7
2022-03-03page_pool: Add function to batch and return statsJoe Damato-0/+17
2022-03-03page_pool: Add recycle statsJoe Damato-0/+16
2022-03-03page_pool: Add allocation statsJoe Damato-0/+18
2022-03-02tcp: Remove the unused apiTao Chen-5/+0
2022-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-2/+6
2022-03-01net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey-1/+5
2022-03-01net/smc: add sysctl for autocorkingDust Li-0/+1
2022-03-01net/smc: add sysctl interface for SMCDust Li-0/+3
2022-03-01netfilter: nf_queue: fix possible use-after-freeFlorian Westphal-1/+1
2022-03-01drivers: vxlan: vnifilter: per vni statsNikolay Aleksandrov-0/+26
2022-03-01vxlan: vni filtering support on collect metadata deviceRoopa Prabhu-2/+26
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu-0/+6
2022-02-28net: flow_offload: add tc police action parametersJianbo Liu-0/+39
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean-2/+4
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean-6/+36
2022-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-3/+3
2022-02-24net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov-0/+13
2022-02-24net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean-0/+6
2022-02-24net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean-8/+2
2022-02-24net: dsa: create a dsa_lag structureVladimir Oltean-13/+37
2022-02-24net: dsa: make LAG IDs one-basedVladimir Oltean-3/+5
2022-02-24net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean-6/+6
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-28/+32
2022-02-24Bluetooth: hci_sync: Fix not using conn_timeoutLuiz Augusto von Dentz-0/+8
2022-02-24Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz-2/+1
2022-02-24openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey-0/+5
2022-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller-3/+1