summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-183-24/+29
|\
| * bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6Stanislav Fomichev2019-07-151-1/+11
| * bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_okStanislav Fomichev2019-07-151-6/+6
| * xdp: fix potential deadlock on socket mutexIlya Maximets2019-07-122-10/+8Star
| * xdp: fix possible cq entry leakIlya Maximets2019-07-121-7/+4Star
* | ipv6: Unlink sibling route in case of failureIdo Schimmel2019-07-181-1/+17
* | udp: Fix typo in net/ipv4/udp.cSu Yanjun2019-07-181-1/+1
* | ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern2019-07-181-1/+1
* | tipc: initialize 'validated' field of received packetsJon Maloy2019-07-181-0/+1
* | fib: relax source validation check for loopback packetsCong Wang2019-07-181-0/+5
* | net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang2019-07-173-4/+1Star
* | net/rds: Initialize ic->i_fastreg_wrs upon allocationGerd Rausch2019-07-171-1/+1
* | net/rds: Keep track of and wait for FRWR segments in use upon shutdownGerd Rausch2019-07-173-6/+45
* | net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes...Gerd Rausch2019-07-171-1/+2
* | net/rds: Fix NULL/ERR_PTR inconsistencyGerd Rausch2019-07-171-2/+2
* | net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin...Gerd Rausch2019-07-172-27/+40
* | net/rds: Get rid of "wait_clean_list_grace" and add lockingGerd Rausch2019-07-172-38/+19Star
* | net/rds: Give fr_state a chance to transition to FRMR_IS_FREEGerd Rausch2019-07-172-1/+27
* | net/sched: Make NET_ACT_CT depends on NF_NATYueHaibing2019-07-171-1/+1
* | net: sctp: fix warning "NULL check before some freeing functions is not needed"Hariprasad Kelam2019-07-171-8/+4Star
* | fix: taprio: Change type of txtime-delay parameter to u32Vedang Patel2019-07-161-3/+3
* | skbuff: fix compilation warnings in skb_dump()Qian Cai2019-07-161-1/+1
* | net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi2019-07-151-0/+2
* | sit: use dst_cache in ipip6_tunnel_xmitHaishuang Yan2019-07-141-4/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-1425-94/+89Star
|\ \
| * | tipc: ensure head->lock is initialisedChris Packham2019-07-131-1/+1
| * | net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Vlad Buslov2019-07-131-1/+1
| * | net: openvswitch: do not update max_headroom if new headroom is equal to old ...Taehee Yoo2019-07-131-11/+28
| * | Merge branch 'net/rds-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2019-07-129-50/+30Star
| |\ \ | | |/ | |/|
| | * rds: avoid version downgrade to legitimate newer peer connectionsSantosh Shilimkar2019-07-101-2/+4
| | * rds: Return proper "tos" value to user-spaceGerd Rausch2019-07-101-0/+1
| | * rds: Accept peer connection reject messages due to incompatible versionGerd Rausch2019-07-101-2/+3
| | * Revert "RDS: IB: split the mr registration and invalidation path"Gerd Rausch2019-07-103-16/+8Star
| | * rds: fix reordering with composite message notificationSantosh Shilimkar2019-07-104-30/+14Star
| * | ipv6: fix static key imbalance in fl_create()Eric Dumazet2019-07-111-3/+6
| * | ipv6: fix potential crash in ip6_datagram_dst_update()Eric Dumazet2019-07-111-1/+1
| * | ipv6: tcp: fix flowlabels reflection for RST packetsEric Dumazet2019-07-111-1/+6
| * | ipv6: Use ipv6_authlen for lenyangxingwu2019-07-117-8/+8
| * | hsr: switch ->dellink() to ->ndo_uninit()Cong Wang2019-07-113-18/+8Star
* | | Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-132-2/+19
|\ \ \
| * | | io_uring: add support for recvmsg()Jens Axboe2019-07-091-0/+8
| * | | io_uring: add support for sendmsg()Jens Axboe2019-07-091-0/+7
| * | | uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe2019-05-312-2/+4
* | | | Merge tag '9p-for-5.3' of git://github.com/martinetd/linuxLinus Torvalds2019-07-132-2/+14
|\ \ \ \
| * | | | 9p/xen: Add cleanup path in p9_trans_xen_initYueHaibing2019-05-151-1/+7
| * | | | 9p/virtio: Add cleanup path in p9_virtio_initYueHaibing2019-05-151-1/+7
* | | | | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-131-1/+1
|\ \ \ \ \
| * | | | | init/Kconfig: add CONFIG_CC_CAN_LINKMasahiro Yamada2019-07-071-1/+1
* | | | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-123-88/+16Star
|\ \ \ \ \ \
| * | | | | | ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-032-33/+5Star