aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet5-16/+25
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet7-12/+15
2019-10-13tcp: annotate tp->urg_seq lockless readsEric Dumazet2-3/+4
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet4-9/+13
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet7-28/+36
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet7-18/+19
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet6-10/+15
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet11-24/+35
2019-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller11-34/+95
2019-10-11rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells1-0/+3
2019-10-10Merge branch 'smc-fixes'Jakub Kicinski2-9/+25
2019-10-10net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul1-5/+20
2019-10-10net/smc: receive returns without dataKarsten Graul1-3/+1
2019-10-10net/smc: fix SMCD link group creation with VLAN idUrsula Braun1-1/+4
2019-10-10net: update net_dim documentation after renameJacob Keller1-18/+18
2019-10-10r8169: fix jumbo packet handling on resume from suspendHeiner Kallweit1-24/+11
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet4-4/+5
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet5-5/+7
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet6-10/+10
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2-3/+3
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet3-4/+4
2019-10-09net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet1-2/+2
2019-10-09tun: remove possible false sharing in tun_flow_update()Eric Dumazet1-2/+2
2019-10-09netfilter: conntrack: avoid possible false sharingEric Dumazet1-2/+2
2019-10-09netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel1-6/+11
2019-10-09net: usb: qmi_wwan: add Telit 0x1050 compositionDaniele Palmas1-0/+1
2019-10-09act_mirred: Fix mirred_init_module error handlingYueHaibing1-1/+5
2019-10-09net: taprio: Fix returning EINVAL when configuring without flagsVinicius Costa Gomes1-0/+4
2019-10-09Merge branch 's390-qeth-fixes'Jakub Kicinski1-8/+15
2019-10-09s390/qeth: Fix initialization of vnicc cmd masks during set onlineAlexandra Winter1-4/+8
2019-10-09s390/qeth: Fix error handling during VNICC initializationAlexandra Winter1-4/+7
2019-10-09phylink: fix kernel-doc warningsRandy Dunlap1-1/+1
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long2-3/+14
2019-10-09bonding: fix potential NULL deref in bond_update_slave_arrEric Dumazet1-1/+1
2019-10-09net: stmmac: fix disabling flexible PPS outputAntonio Borneo1-0/+1
2019-10-09net: stmmac: fix length of PTP clock's name stringAntonio Borneo1-1/+1
2019-10-08ip6erspan: remove the incorrect mtu limit for ip6erspanHaishuang Yan1-0/+1
2019-10-08Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski10-27/+71
2019-10-08Doc: networking/device_drivers/pensando: fix ionic.rst warningsRandy Dunlap1-1/+3
2019-10-08NFC: pn533: fix use-after-free and memleaksJohan Hovold1-1/+8
2019-10-08net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang1-4/+5
2019-10-08net_sched: fix backward compatibility for TCA_KINDCong Wang2-5/+34
2019-10-08net/mlx5: DR, Allow insertion of duplicate rulesAlex Vesker1-6/+4
2019-10-08selftests/bpf: More compatible nc options in test_lwt_ip_encapJiri Benc1-3/+3
2019-10-08selftests/bpf: Set rp_filter in test_flow_dissectorJiri Benc1-0/+3
2019-10-08Merge branch 'llc-fix-sk_buff-refcounting'Jakub Kicinski7-89/+69
2019-10-08llc: fix sk_buff refcounting in llc_conn_state_process()Eric Biggers1-27/+6
2019-10-08llc: fix another potential sk_buff leak in llc_ui_sendmsg()Eric Biggers3-18/+30
2019-10-08llc: fix sk_buff leak in llc_conn_service()Eric Biggers3-26/+16
2019-10-08llc: fix sk_buff leak in llc_sap_state_process()Eric Biggers2-18/+17