aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-04-08net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau
2019-04-06NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-04-04ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi
2019-04-04net: bridge: always clear mcast matching struct on reports and leavesNikolay Aleksandrov
2019-04-04vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-04-04sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen
2019-04-04sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen
2019-04-04tcp: Ensure DCTCP reacts to lossesKoen De Schepper
2019-04-04net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti
2019-04-03ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu
2019-04-03net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert
2019-04-03flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev
2019-04-03flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev
2019-04-03net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev
2019-04-02ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato
2019-04-01dccp: Fix memleak in __feat_register_spYueHaibing
2019-04-01sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long
2019-04-01kcm: switch order of device registration to fix a crashJiri Slaby
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni
2019-04-01net/sched: fix ->get helper of the matchall clsNicolas Dichtel
2019-04-01vrf: check accept_source_route on the original netdeviceStephen Suryaputra
2019-04-01tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li
2019-03-31tipc: handle the err returned from cmd header functionXin Long
2019-03-31tipc: check link name with right length in tipc_nl_compat_link_setXin Long
2019-03-31tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long
2019-03-29Merge tag 'ceph-for-5.1-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-03-29net: ethtool: not call vzalloc for zero sized memory requestLi RongQing
2019-03-29net: tls: prevent false connection termination with offloadJakub Kicinski
2019-03-29mac80211: rework locking for txq scheduling / airtime fairnessFelix Fietkau
2019-03-29nl80211: Add NL80211_FLAG_CLEAR_SKB flag for other NL commandsSunil Dutt
2019-03-29cfg80211: Use kmemdup in cfg80211_gen_new_ie()YueHaibing
2019-03-29mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau
2019-03-29cfg80211: Change an 'else if' into an 'else' in cfg80211_calculate_bitrate_heNathan Chancellor
2019-03-29mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau
2019-03-29cfg80211: Handle WMM rules in regulatory domain intersectionIlan Peer
2019-03-29mac80211: Increase MAX_MSG_LENAndrei Otcheretianski
2019-03-29mac80211: fix unaligned access in mesh table hash functionFelix Fietkau
2019-03-29mac80211: un-schedule TXQs on powersave startFelix Fietkau
2019-03-28net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin
2019-03-28net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().Mao Wenan
2019-03-28openvswitch: fix flow actions reallocationAndrea Righi
2019-03-28netns: provide pure entropy for net_hash_mix()Eric Dumazet
2019-03-28net: dsa: Implement flow_dissect callback for tag_qcaxiaofeis
2019-03-28Merge tag 'batadv-net-for-davem-20190328' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2019-03-27ila: Fix rhashtable walker list corruptionHerbert Xu
2019-03-27net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni