aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-11net: bridge: multicast: use rcu to access port list from br_multicast_start_querierNikolay Aleksandrov1-1/+3
2019-04-11net/smc: move unhash before release of clcsockUrsula Braun1-3/+3
2019-04-11net/smc: fix return code from FLUSH commandKarsten Graul1-1/+2
2019-04-11net/smc: propagate file from SMC to TCP socketUrsula Braun1-10/+28
2019-04-11net/smc: fix a NULL pointer dereferenceKangjie Lu1-0/+5
2019-04-11net/smc: wait for pending work before clcsock release_sockKarsten Graul3-10/+30
2019-04-10net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi1-1/+3
2019-04-10tipc: missing entries in name table of publicationsHoang Le1-1/+2
2019-04-10failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2-4/+18
2019-04-10net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski1-0/+2
2019-04-10net: strparser: partially revert "strparser: Call skb_unclone conditionally"Jakub Kicinski1-7/+5
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski3-14/+30
2019-04-10net/tls: fix the IV leaksJakub Kicinski1-1/+4
2019-04-09Merge tag 'mac80211-for-davem-2019-04-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller10-48/+102
2019-04-09mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN modeAlexander Wetzel1-5/+4
2019-04-08net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi1-7/+13
2019-04-08net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi1-5/+10
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau1-4/+6
2019-04-06NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter1-0/+8
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds45-189/+250
2019-04-04ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi1-0/+4
2019-04-04net: bridge: always clear mcast matching struct on reports and leavesNikolay Aleksandrov1-0/+3
2019-04-04vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech1-11/+15
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-14/+6
2019-04-04sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen1-0/+11
2019-04-04sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen1-1/+1
2019-04-04tcp: Ensure DCTCP reacts to lossesKoen De Schepper1-18/+18
2019-04-04net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti1-2/+8
2019-04-03ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu1-1/+3
2019-04-03net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert1-1/+1
2019-04-03flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev1-13/+3
2019-04-03flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev1-1/+2
2019-04-03net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev1-0/+1
2019-04-02ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato1-2/+2
2019-04-01dccp: Fix memleak in __feat_register_spYueHaibing1-1/+6
2019-04-01sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long1-0/+1
2019-04-01kcm: switch order of device registration to fix a crashJiri Slaby1-8/+8
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni10-66/+16
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni10-17/+18
2019-04-01net/sched: fix ->get helper of the matchall clsNicolas Dichtel1-0/+5
2019-04-01vrf: check accept_source_route on the original netdeviceStephen Suryaputra2-6/+5
2019-04-01tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li1-1/+2
2019-03-31tipc: handle the err returned from cmd header functionXin Long1-2/+8
2019-03-31tipc: check link name with right length in tipc_nl_compat_link_setXin Long1-1/+6
2019-03-31tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long1-1/+6
2019-03-29Merge tag 'ceph-for-5.1-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds1-2/+6
2019-03-29net: ethtool: not call vzalloc for zero sized memory requestLi RongQing1-16/+30
2019-03-29net: tls: prevent false connection termination with offloadJakub Kicinski1-0/+2
2019-03-29mac80211: rework locking for txq scheduling / airtime fairnessFelix Fietkau1-28/+16
2019-03-29nl80211: Add NL80211_FLAG_CLEAR_SKB flag for other NL commandsSunil Dutt1-6/+12