summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-08-102-2/+10
|\
| * mptcp, btf: Add struct mptcp_sock definition when CONFIG_MPTCP is disabledJiri Olsa2022-08-081-0/+4
| * BPF: Fix potential bad pointer dereference in bpf_sys_bpf()Jinghao Jia2022-08-041-2/+6
* | net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei2022-08-102-21/+50
* | genetlink: correct uAPI definesJakub Kicinski2022-08-101-2/+3
* | ax88796: Fix some typo in a commentChristophe JAILLET2022-08-091-2/+2
* | netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso2022-08-091-0/+5
* | netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso2022-08-091-2/+2
* | netfilter: ip6t_LOG: Fix a typo in a commentChristophe JAILLET2022-08-091-1/+1
* | netfilter: nf_tables: validate variable length element extensionPablo Neira Ayuso2022-08-091-1/+3
|/
* net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean2022-08-031-1/+12
* Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-03188-1347/+3673
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-035-20/+29
| |\
| | * net/mlx5e: xsk: Discard unaligned XSK frames on striding RQMaxim Mikityanskiy2022-08-021-0/+11
| | * net: allow unbound socket for packets in VRF when tcp_l3mdev_accept setMike Manning2022-07-293-20/+17
| | * ax25: fix incorrect dev_tracker usageEric Dumazet2022-07-281-0/+1
| * | net: rose: add netdev ref tracker to 'struct rose_sock'Eric Dumazet2022-08-011-1/+2
| * | Merge tag 'linux-can-next-for-5.20-20220731' of git://git.kernel.org/pub/scm/...David S. Miller2022-08-011-0/+4
| |\ \
| | * | can: dev: add generic function can_eth_ioctl_hwts()Vincent Mailhol2022-07-281-0/+1
| | * | can: dev: add generic function can_ethtool_op_get_ts_info_hwts()Vincent Mailhol2022-07-281-0/+3
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-291-0/+1
| |\ \ \
| | * | | ip_tunnels: Add new flow flags field to ip_tunnel_keyPaul Chaignon2022-07-261-0/+1
| | |/ /
| * | | seg6: add support for SRv6 H.L2Encaps.Red behaviorAndrea Mayer2022-07-291-0/+1
| * | | seg6: add support for SRv6 H.Encaps.Red behaviorAndrea Mayer2022-07-291-0/+1
| * | | firewire: net: Make use of get_unaligned_be48(), put_unaligned_be48()Andy Shevchenko2022-07-281-2/+1
| * | | devlink: introduce framework for selftestsVikas Gupta2022-07-282-0/+50
| * | | net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan2022-07-281-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-2811-27/+24
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni2022-07-284-0/+36
| |\ \ \
| | * | | flow_offload: Introduce flow_match_pppoeWojciech Drewek2022-07-261-0/+6
| | * | | net/sched: flower: Add PPPoE filterWojciech Drewek2022-07-261-0/+3
| | * | | flow_dissector: Add PPPoE dissectorsWojciech Drewek2022-07-262-0/+27
| | | |/ | | |/|
| * | | add missing includes and forward declarations to networking includes under li...Jakub Kicinski2022-07-2818-6/+57
| * | | net/smc: Pass on DMBE bit mask in IRQ handlerStefan Raspl2022-07-271-1/+1
| * | | s390/ism: CleanupsStefan Raspl2022-07-271-1/+1
| * | | tls: rx: do not use the standard strparserJakub Kicinski2022-07-261-2/+17
| * | | tcp: allow tls to decrypt directly from the tcp rcv queueJakub Kicinski2022-07-261-0/+2
| * | | net: devlink: introduce nested devlink entity for line cardJiri Pirko2022-07-262-0/+4
| |/ /
| * | Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-07-254-101/+486
| |\ \
| | * | wifi: mac80211: add macros to loop over active linksGregory Greenman2022-07-221-0/+15
| | * | wifi: mac80211: optionally implement MLO multicast TXJohannes Berg2022-07-221-0/+10
| | * | wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg2022-07-221-1/+3
| | * | wifi: nl80211: add MLO link ID to the NL80211_CMD_FRAME TX APIJohannes Berg2022-07-222-0/+8
| | * | wifi: cfg80211: report link ID in NL80211_CMD_FRAMEJohannes Berg2022-07-221-0/+5
| | * | wifi: mac80211: add hardware timestamps for RX and TXAvraham Stern2022-07-221-1/+27
| | * | wifi: cfg80211: add hardware timestamps to frame RX infoAvraham Stern2022-07-221-0/+4
| | * | wifi: cfg80211/nl80211: move rx management data into a structAvraham Stern2022-07-221-4/+56
| | * | wifi: cfg80211: add a function for reporting TX status with hardware timestampsAvraham Stern2022-07-221-2/+45
| | * | wifi: nl80211: add RX and TX timestamp attributesAvraham Stern2022-07-221-1/+21
| | * | wifi: ieee80211: add helper functions for detecting TM/FTM framesAvraham Stern2022-07-221-0/+54