summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-162-0/+6
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-163-9/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-163-6/+11
|\
| * bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre2019-06-151-1/+2
| * xdp: check device pointer before clearingIlya Maximets2019-06-121-5/+6
| * bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau2019-06-121-0/+3
* | vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber2019-06-151-1/+3
* | net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-152-1/+10
* | tcp: add tcp_tx_skb_cache sysctlEric Dumazet2019-06-151-0/+8
* | tcp: add tcp_rx_skb_cache sysctlEric Dumazet2019-06-151-0/+9
* | net: sched: flower: don't call synchronize_rcu() on mask creationVlad Buslov2019-06-151-16/+18
* | sctp: Free cookie before we memdup a new oneNeil Horman2019-06-151-0/+8
* | Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-06-1414-39/+153
|\ \
| * | cfg80211: report measurement start TSF correctlyAvraham Stern2019-06-141-2/+2
| * | cfg80211: fix memory leak of wiphy device nameEric Biggers2019-06-141-1/+1
| * | cfg80211: util: fix bit count off by oneMordechay Goodstein2019-06-141-1/+1
| * | mac80211: do not start any work during reconfigure flowNaftali Goldstein2019-06-142-0/+11
| * | cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()Luca Coelho2019-06-141-2/+2
| * | mac80211: only warn once on chanctx_conf being NULLYibo Zhao2019-06-141-1/+1
| * | mac80211: drop robust management frames from unknown TAJohannes Berg2019-06-141-0/+2
| * | nl80211: fill all policy .type entriesJohannes Berg2019-05-291-21/+66
| * | mac80211: free peer keys before vif down in meshPradeep Kumar Chitrapu2019-05-291-0/+1
| * | mac80211: mesh: fix RCU warningThomas Pedersen2019-05-281-1/+4
| * | nl80211: fix station_info pertid memory leakAndy Strohman2019-05-281-1/+3
| * | mac80211: Do not use stack memory with scatterlist for GMACJouni Malinen2019-05-281-1/+6
| * | {nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty2019-05-243-4/+14
| * | mac80211: fix rate reporting inside cfg80211_calculate_bitrate_he()John Crispin2019-05-241-1/+1
| * | mac80211: remove set but not used variable 'old'YueHaibing2019-05-241-2/+0Star
| * | mac80211: handle deauthentication/disassociation from TDLS peerYu Wang2019-05-243-1/+37
| * | wireless: Skip directory when generating certificatesMaxim Mikityanskiy2019-05-141-0/+1
* | | nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao2019-06-141-1/+2
* | | net: tls, correctly account for copied bytes with multiple sk_msgsJohn Fastabend2019-06-121-1/+0Star
* | | vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra2019-06-122-8/+13
* | | net: ethtool: Allow matching on vlan DEI bitMaxime Chevallier2019-06-121-0/+5
* | | mpls: fix af_mpls dependencies for realMatteo Croce2019-06-121-1/+1
* | | net: openvswitch: do not free vport if register_netdevice() is failed.Taehee Yoo2019-06-111-6/+12
* | | net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn2019-06-112-2/+2
| |/ |/|
* | tcp: fix undo spurious SYNACK in passive Fast OpenYuchung Cheng2019-06-101-1/+1
* | mpls: fix af_mpls dependenciesMatteo Croce2019-06-101-0/+1
* | Merge tag 'linux-can-fixes-for-5.2-20190607' of git://git.kernel.org/pub/scm/...David S. Miller2019-06-101-3/+22
|\ \
| * | can: purge socket error queue on sock destructWillem de Bruijn2019-06-071-0/+1
| * | can: af_can: Fix error path of can_init()YueHaibing2019-06-071-3/+21
* | | mpls: fix warning with multi-label encapGeorge Wilkie2019-06-091-1/+1
* | | ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet2019-06-091-3/+4
* | | net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt2019-06-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-074-6/+39
|\ \ \ | |/ / |/| |
| * | bpf: fix unconnected udp hooksDaniel Borkmann2019-06-073-0/+10
| * | bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau2019-06-032-2/+6
| * | bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau2019-06-031-1/+1
| * | bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend2019-05-241-0/+1