summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix access to skb_shared_info->gso_segsEric Dumazet2019-07-231-3/+3
* bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-223-7/+43
* bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend2019-07-221-0/+3
* bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend2019-07-221-0/+2
* bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend2019-07-221-5/+9
* net/tls: fix transition through disconnect with closeJohn Fastabend2019-07-221-0/+55
* net/tls: remove sock unlock/lock around strp_done()John Fastabend2019-07-223-42/+60
* net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend2019-07-222-7/+20
* net/tls: don't call tls_sk_proto_close for hw record offloadJakub Kicinski2019-07-221-4/+0Star
* net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski2019-07-223-10/+18
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-193-5/+7
* net: dsa: sja1105: Fix missing unlock on error in sk_buff()Wei Yongjun2019-07-191-0/+1
* 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