summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-2/+2
|\
| * net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()Liam Howlett2021-06-291-2/+2
* | Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-06-291-2/+2
|\ \
| * | Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran2021-05-141-2/+2
* | | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-2813-1/+18
|\ \ \
| * | | rxrpc: Fix fall-through warnings for ClangGustavo A. R. Silva2021-06-041-0/+1
| * | | xfrm: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
| * | | tipc: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
| * | | sctp: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-1/+2
| * | | rds: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-172-0/+3
| * | | net/packet: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
| * | | net: netrom: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+4
| * | | ipv4: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-175-0/+5
* | | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-1/+1
|\ \ \ \
| * | | | sched: Change task_struct::statePeter Zijlstra2021-06-181-1/+1
* | | | | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-282-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | locking/atomic: net: use linux/atomic.h for xchg & cmpxchgMark Rutland2021-05-262-2/+2
| | |_|/ | |/| |
* | | | libceph: set global_id as soon as we get an auth ticketIlya Dryomov2021-06-243-14/+13
* | | | libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov2021-06-243-11/+14
* | | | Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-1856-348/+626
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge tag 'mac80211-for-net-2021-06-18' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-06-185-15/+35
| |\ \ \
| | * | | mac80211: handle various extensible elements correctlyJohannes Berg2021-06-181-11/+11
| | * | | mac80211: reset profile_periodicity/ema_apJohannes Berg2021-06-181-0/+8
| | * | | cfg80211: avoid double free of PMSR requestAvraham Stern2021-06-181-2/+14
| | * | | cfg80211: make certificate generation more robustJohannes Berg2021-06-181-1/+1
| | * | | mac80211: minstrel_ht: fix sample time checkFelix Fietkau2021-06-181-1/+1
| * | | | icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-181-0/+7
| |/ / /
| * | | net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet2021-06-161-3/+4
| * | | net/packet: annotate accesses to po->ifindexEric Dumazet2021-06-161-7/+9
| * | | net/packet: annotate accesses to po->bindEric Dumazet2021-06-161-8/+8
| * | | Merge tag 'linux-can-fixes-for-5.13-20210616' of git://git.kernel.org/pub/scm...David S. Miller2021-06-164-54/+185
| |\ \ \
| | * | | can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek2021-06-161-0/+3
| | * | | can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa2021-06-163-40/+142
| | * | | can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel2021-06-161-14/+40
| * | | | net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan2021-06-161-0/+1
| |/ / /
| * | | net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du2021-06-151-7/+1
| * | | Bluetooth: SMP: Fix crash when receiving new connection when debug is enabledLuiz Augusto von Dentz2021-06-141-3/+3
| * | | net: qrtr: fix OOB Read in qrtr_endpoint_postPavel Skripkin2021-06-141-1/+1
| * | | ipv4: Fix device used for dst_alloc with local routesDavid Ahern2021-06-141-1/+14
| * | | ethtool: strset: fix message length calculationJakub Kicinski2021-06-141-0/+2
| * | | sch_cake: revise docs for RFC 8622 LE PHB supportTyson Moore2021-06-141-6/+6
| * | | net: make get_net_ns return error if NET_NS is disabledChangbin Du2021-06-122-13/+12
| * | | mptcp: fix soft lookup in subflow_error_report()Paolo Abeni2021-06-102-36/+48
| * | | mptcp: do not warn on bad input from the networkPaolo Abeni2021-06-101-5/+5
| * | | mptcp: wake-up readers only for in sequence dataPaolo Abeni2021-06-103-36/+21
| * | | mptcp: try harder to borrow memory from subflow under pressurePaolo Abeni2021-06-101-4/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-06-102-46/+61
| |\ \ \
| | * | | netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-localFlorian Westphal2021-06-091-4/+18
| | * | | netfilter: nf_tables: initialize set before expression setupPablo Neira Ayuso2021-06-091-42/+43
| * | | | sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy2021-06-101-1/+5