summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* mac80211: don't attempt to rename ERR_PTR() debugfs dirsJohannes Berg2019-04-231-1/+1
* cfg80211: Notify previous user request during self managed wiphy registrationSriram R2019-04-231-3/+2
* mac80211: Fix kernel panic due to use of txq after freeBhagavathi Perumal S2019-04-231-0/+3
* mac80211: fix RX STBC override byte orderJohannes Berg2019-04-101-2/+3
* Merge tag 'mac80211-for-davem-2019-04-09' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-04-0910-48/+102
|\
| * mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN modeAlexander Wetzel2019-04-091-5/+4
| * mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau2019-04-081-4/+6
| * mac80211: rework locking for txq scheduling / airtime fairnessFelix Fietkau2019-03-291-28/+16
| * nl80211: Add NL80211_FLAG_CLEAR_SKB flag for other NL commandsSunil Dutt2019-03-291-6/+12
| * cfg80211: Use kmemdup in cfg80211_gen_new_ie()YueHaibing2019-03-291-2/+1
| * mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau2019-03-291-0/+3
| * cfg80211: Change an 'else if' into an 'else' in cfg80211_calculate_bitrate_heNathan Chancellor2019-03-291-2/+4
| * mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau2019-03-291-0/+3
| * cfg80211: Handle WMM rules in regulatory domain intersectionIlan Peer2019-03-291-0/+39
| * mac80211: Increase MAX_MSG_LENAndrei Otcheretianski2019-03-291-1/+6
| * mac80211: fix unaligned access in mesh table hash functionFelix Fietkau2019-03-291-1/+1
| * mac80211: un-schedule TXQs on powersave startFelix Fietkau2019-03-291-1/+9
* | net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi2019-04-091-7/+13
* | net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi2019-04-091-5/+10
* | NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter2019-04-071-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-0545-189/+250
|\ \
| * | ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi2019-04-051-0/+4
| * | net: bridge: always clear mcast matching struct on reports and leavesNikolay Aleksandrov2019-04-051-0/+3
| * | vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech2019-04-051-11/+15
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-042-14/+6
| |\ \
| | * | flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev2019-04-031-13/+3
| | * | flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev2019-04-031-1/+2
| | * | net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev2019-04-031-0/+1
| * | | sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen2019-04-041-0/+11
| * | | sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen2019-04-041-1/+1
| * | | tcp: Ensure DCTCP reacts to lossesKoen De Schepper2019-04-041-18/+18
| * | | net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti2019-04-041-2/+8
| * | | ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu2019-04-041-1/+3
| * | | net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert2019-04-041-1/+1
| |/ /
| * | ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato2019-04-021-2/+2
| * | dccp: Fix memleak in __feat_register_spYueHaibing2019-04-021-1/+6
| * | sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long2019-04-021-0/+1
| * | kcm: switch order of device registration to fix a crashJiri Slaby2019-04-011-8/+8
| * | net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-0110-66/+16
| * | net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-0110-17/+18
| * | net/sched: fix ->get helper of the matchall clsNicolas Dichtel2019-04-011-0/+5
| * | vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-012-6/+5
| * | tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li2019-04-011-1/+2
| * | tipc: handle the err returned from cmd header functionXin Long2019-04-011-2/+8
| * | tipc: check link name with right length in tipc_nl_compat_link_setXin Long2019-04-011-1/+6
| * | tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long2019-04-011-1/+6
| * | net: ethtool: not call vzalloc for zero sized memory requestLi RongQing2019-03-291-16/+30
| * | net: tls: prevent false connection termination with offloadJakub Kicinski2019-03-291-0/+2
| |/
| * net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin2019-03-291-1/+3
| * net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().Mao Wenan2019-03-291-1/+1