summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | mac80211: add radiotap flag to assure frames are not reorderedMathy Vanhoef2020-11-062-0/+5
| | * | | | | | | mac80211: save HE oper info in BSS config for meshPradeep Kumar Chitrapu2020-11-061-1/+2
| | * | | | | | | cfg80211: Add support to configure SAE PWE value to driversRohan Dutta2020-11-061-0/+9
| * | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-121-1/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet2020-11-101-3/+3
| * | | | | | | | | inet: constify inet_sdif() argumentEric Dumazet2020-11-101-1/+1
| * | | | | | | | | net: remove ip_tunnel_get_stats64Heiner Kallweit2020-11-091-2/+0
| | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-0/+5
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-062-7/+9
| |\ \ \ \ \ \ \ \
| * | | | | | | | | nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel2020-11-061-1/+2
| * | | | | | | | | nexthop: Emit a notification when a nexthop is addedIdo Schimmel2020-11-061-1/+2
| * | | | | | | | | nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel2020-11-061-0/+1
| * | | | | | | | | nexthop: Add nexthop notification data structuresIdo Schimmel2020-11-061-0/+35
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long2020-11-051-0/+6
| * | | | | | | | net: dsa: Give drivers the chance to veto certain upper devicesVladimir Oltean2020-11-051-0/+6
| * | | | | | | | net: dsa: Add tag handling for Hirschmann Hellcreek switchesKurt Kanzenbach2020-11-051-0/+2
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2020-11-042-0/+19
| |\ \ \ \ \ \ \ \
| | * | | | | | | | netfilter: nf_reject: add reject skbuff creation helpersJose M. Guisado Gomez2020-10-312-0/+19
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni2020-11-041-1/+20
| * | | | | | | | mpls: drop skb's dst in mpls_forward()Guillaume Nault2020-11-031-7/+5
| * | | | | | | | tcp: avoid slow start during fast recovery on new lossesYuchung Cheng2020-11-021-1/+1
| * | | | | | | | sctp: add the error cause for new encapsulation port restartXin Long2020-10-301-0/+3
| * | | | | | | | sctp: add udphdr to overhead when udp_port is setXin Long2020-10-302-2/+6
| * | | | | | | | sctp: allow changing transport encap_port by peer packetsXin Long2020-10-302-6/+2
| * | | | | | | | sctp: add encap_port for netns sock asoc and transportXin Long2020-10-302-0/+8
| * | | | | | | | sctp: create udp6 sock and set its encap_rcvXin Long2020-10-301-0/+1
| * | | | | | | | sctp: create udp4 sock and add its encap_rcvXin Long2020-10-303-0/+9
| * | | | | | | | wimax: move out to stagingArnd Bergmann2020-10-291-503/+0
| |/ / / / / / /
* | | | | | | | Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-142-14/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | net: sched: Remove broken definitions and un-hide for !LOCKDEPJakub Kicinski2020-11-021-12/+0
| * | | | | | | | net: Un-hide lockdep_sock_is_held() for !LOCKDEPJakub Kicinski2020-11-021-2/+0
| |/ / / / / / /
* | | | | | | | Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-141-7/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | net: Use generic ns_common::countChristian Brauner2020-08-191-7/+4
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-101-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen2020-12-091-2/+0
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-12-091-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso2020-12-081-0/+4
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* / | | | | | | | bonding: fix feature flag setting at init timeJarod Wilson2020-12-081-2/+0
|/ / / / / / / /
* / / / / / / / inet_ecn: Fix endianness of checksum update when setting ECT(1)Toke Høiland-Jørgensen2020-12-011-1/+1
|/ / / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-11-281-0/+7
|\ \ \ \ \ \ \
| * | | | | | | netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso2020-11-271-0/+3
| * | | | | | | netfilter: nftables_offload: set address type in control dissectorPablo Neira Ayuso2020-11-271-0/+4
* | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-281-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | xsk: Fix umem cleanup bug at socket destructMagnus Karlsson2020-11-201-0/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-11-251-0/+6
| |/ / / / / |/| | | | |
* | | | | | tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-231-2/+3
* | | | | | bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2020-11-211-0/+8
|/ / / / /
* | | | | ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2020-11-192-2/+30
* | | | | net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan2020-11-171-1/+15
* | | | | ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann2020-11-161-0/+2