summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: validate BLE connection interval updatescsonsino2019-07-262-1/+13
* Bluetooth: Check state in l2cap_disconnect_rspMatias Karhumaa2019-07-261-0/+6
* Bluetooth: 6lowpan: search for destination address in all peersJosua Mayer2019-07-261-4/+10
* xsk: Properly terminate assignment in xskq_produce_flush_descNathan Chancellor2019-07-261-1/+1
* ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2019-07-262-66/+72
* ipvs: defer hook registration to avoid leaksJulian Anastasov2019-07-261-7/+14
* ipsec: select crypto ciphers for xfrm_algoArnd Bergmann2019-07-261-0/+2
* xfrm: fix sa selector validationNicolas Dichtel2019-07-261-0/+3
* ipset: Fix memory accounting for hash types on resizeStefano Brivio2019-07-261-1/+1
* batman-adv: Fix duplicated OGMs on NETDEV_UPSven Eckelmann2019-07-263-2/+8
* xfrm: Fix xfrm sel prefix length validationAnirudh Gupta2019-07-261-0/+16
* af_key: fix leaks in key_pol_get_resp and dump_sp.Jeremy Sowden2019-07-261-2/+6
* batman-adv: fix for leaked TVLV handler.Jeremy Sowden2019-07-261-0/+2
* net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi2019-07-141-0/+1
* mac80211: do not start any work during reconfigure flowNaftali Goldstein2019-07-142-0/+11
* mac80211: only warn once on chanctx_conf being NULLYibo Zhao2019-07-141-1/+1
* can: af_can: Fix error path of can_init()YueHaibing2019-07-141-3/+21
* mac80211: free peer keys before vif down in meshPradeep Kumar Chitrapu2019-07-141-0/+1
* mac80211: mesh: fix RCU warningThomas Pedersen2019-07-141-1/+4
* bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend2019-07-141-0/+1
* mac80211: fix rate reporting inside cfg80211_calculate_bitrate_he()John Crispin2019-07-141-1/+1
* svcrdma: Ignore source port when computing DRC hashChuck Lever2019-07-101-1/+6
* netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault2019-07-101-3/+7
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2019-07-101-3/+17
* netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault2019-07-101-7/+5Star
* rds: Fix warning.David S. Miller2019-07-101-1/+3
* mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun2019-07-101-1/+1
* net/smc: move unhash before release of clcsockUrsula Braun2019-07-101-3/+3
* netfilter: nft_flow_offload: IPCB is only valid for ipv4 familyFlorian Westphal2019-07-101-6/+11
* netfilter: nft_flow_offload: don't offload when sequence numbers need adjustmentFlorian Westphal2019-07-101-4/+2Star
* netfilter: nft_flow_offload: set liberal tracking mode for tcpFlorian Westphal2019-07-101-0/+8
* netfilter: nf_flow_table: ignore DF bit settingFlorian Westphal2019-07-101-2/+1Star
* Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa2019-07-101-1/+1
* tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long2019-07-031-5/+3Star
* bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau2019-07-031-1/+1
* bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau2019-07-032-2/+6
* bpf: fix unconnected udp hooksDaniel Borkmann2019-07-033-0/+10
* tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long2019-07-031-3/+15
* tipc: change to use register_pernet_deviceXin Long2019-07-031-6/+6
* sctp: change to hold sk after auth shkey is created successfullyXin Long2019-07-031-4/+4
* net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-07-031-3/+0Star
* net/packet: fix memory leak in packet_set_ring()Eric Dumazet2019-07-031-1/+2
* ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra2019-07-031-1/+1
* af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman2019-07-032-3/+18
* SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust2019-07-032-41/+51
* net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó2019-07-031-0/+1
* 9p/trans_fd: put worker reqs on destroyDominique Martinet2019-07-031-0/+8
* 9p/trans_fd: abort p9_read_work if req status changedDominique Martinet2019-07-031-6/+11
* 9p: potential NULL dereferenceDan Carpenter2019-07-031-1/+1
* 9p: p9dirent_read: check network-provided name lengthDominique Martinet2019-07-031-3/+9