summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-09-053-14/+46
|\
| * wifi: cfg80211: wext: Update spelling and grammarSimon Horman2024-09-031-6/+6
| * wifi: mac80211: export ieee80211_purge_tx_queue() for driversPing-Ke Shih2024-08-271-0/+13
| * wifi: mac80211: Add non-atomic station iteratorRory Little2024-08-271-0/+18
| * wifi: lib80211: Handle const struct lib80211_crypto_ops in lib80211Christophe JAILLET2024-08-271-4/+4
| * wifi: mac80211: don't use rate mask for offchannel TX eitherPing-Ke Shih2024-08-271-3/+4
| * wifi: mac80211: refactor block ack management codeDmitry Antipov2024-08-271-1/+1
* | ipv4: Fix user space build failure due to header changeIdo Schimmel2024-09-051-0/+1
* | net: mana: Improve mana_set_channels() in low mem conditionsShradha Gupta2024-09-051-1/+1
* | Merge tag 'ieee802154-for-net-2024-09-01' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2024-09-032-3/+3
|\ \
| * | ieee802154: Correct spelling in nl802154.hSimon Horman2024-08-301-1/+1
| * | mac802154: Correct spelling in mac802154.hSimon Horman2024-08-301-2/+2
* | | xfrm: Unmask upper DSCP bits in xfrm_get_tos()Ido Schimmel2024-08-311-2/+0
* | | ipv4: Unmask upper DSCP bits in get_rttos()Ido Schimmel2024-08-311-1/+4
* | | ipv4: Unmask upper DSCP bits in ip_sock_rt_tos()Ido Schimmel2024-08-311-1/+2
* | | icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet2024-08-302-3/+2
* | | icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet2024-08-302-3/+4
* | | icmp: change the order of rate limitsEric Dumazet2024-08-301-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-294-8/+11
|\ \ \
| * \ \ Merge tag 'nf-24-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-08-292-6/+9
| |\ \ \
| | * | | netfilter: nf_tables_ipv6: consider network offset in netdev/egress validationPablo Neira Ayuso2024-08-271-2/+3
| | * | | netfilter: nf_tables: restore IP sanity checks for netdev/egressPablo Neira Ayuso2024-08-261-4/+6
| * | | | net: busy-poll: use ktime_get_ns() instead of local_clock()Eric Dumazet2024-08-291-1/+1
| * | | | bonding: change ipsec_lock from spin lock to mutexJianbo Liu2024-08-271-1/+1
| |/ / /
* | | | tcp: remove volatile qualifier on tw_substateEric Dumazet2024-08-291-1/+1
* | | | net: mana: Implement get_ringparam/set_ringparam for manaShradha Gupta2024-08-281-3/+20
* | | | net: Correct spelling in headersSimon Horman2024-08-2615-29/+29
* | | | x25: Correct spelling in x25.hSimon Horman2024-08-261-1/+1
* | | | sctp: Correct spelling in headersSimon Horman2024-08-262-11/+11
* | | | net: sched: Correct spelling in headersSimon Horman2024-08-262-5/+5
* | | | NFC: Correct spelling in headersSimon Horman2024-08-262-5/+5
* | | | netlabel: Correct spelling in netlabel.hSimon Horman2024-08-261-1/+1
* | | | bonding: Correct spelling in headersSimon Horman2024-08-262-2/+5
* | | | ipv6: Correct spelling in ipv6.hSimon Horman2024-08-261-2/+2
* | | | ip_tunnel: Correct spelling in ip_tunnels.hSimon Horman2024-08-261-1/+1
* | | | s390/iucv: Correct spelling in iucv.hSimon Horman2024-08-261-1/+1
* | | | Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-08-262-5/+7
|\ \ \ \
| * | | | netfilter: nf_tables: allow loads only when register is initializedFlorian Westphal2024-08-201-0/+1
| * | | | netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal2024-08-201-1/+2
| * | | | netfilter: move nf_ct_netns_get out of nf_conncount_initXin Long2024-08-191-4/+2
| * | | | netfilter: nf_tables: store new sets in dedicated listFlorian Westphal2024-08-191-0/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-234-14/+22
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima2024-08-201-0/+1
| * | | | Merge tag 'for-net-2024-08-15' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-08-172-8/+11
| |\ \ \ \
| | * | | | Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz2024-08-152-8/+11
| * | | | | net: dsa: provide a software untagging function on RX for VLAN-aware bridgesVladimir Oltean2024-08-161-6/+10
| |/ / / /
* | | | | net: Silence false field-spanning write warning in metadata_dst memcpyGal Pressman2024-08-211-2/+5
* | | | | ipv4: Centralize TOS matchingIdo Schimmel2024-08-201-0/+6
| |/ / / |/| | |
* | | | ipv6: Add ipv6_addr_{cpu_to_be32,be32_to_cpu} helpersSimon Horman2024-08-161-0/+12
* | | | ip: Move INFINITY_LIFE_TIME to addrconf.h.Kuniyuki Iwashima2024-08-161-1/+3