summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/rds: Check address length before reading address familyTetsuo Handa2019-04-122-0/+5
* dctcp: more accurate tracking of packets deliveryEric Dumazet2019-04-111-28/+17
* net: netrom: Fix error cleanup path of nr_proto_initYueHaibing2019-04-114-25/+60
* net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov2019-04-111-1/+3
* net/smc: move unhash before release of clcsockUrsula Braun2019-04-111-3/+3
* net/smc: fix return code from FLUSH commandKarsten Graul2019-04-111-1/+2
* net/smc: propagate file from SMC to TCP socketUrsula Braun2019-04-111-10/+28
* net/smc: fix a NULL pointer dereferenceKangjie Lu2019-04-111-0/+5
* net/smc: wait for pending work before clcsock release_sockKarsten Graul2019-04-113-10/+30
* net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi2019-04-101-1/+3
* tipc: missing entries in name table of publicationsHoang Le2019-04-101-1/+2
* failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2019-04-102-4/+18
* net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski2019-04-101-0/+2
* net: strparser: partially revert "strparser: Call skb_unclone conditionally"Jakub Kicinski2019-04-101-7/+5
* net/tls: don't leak partially sent record in device modeJakub Kicinski2019-04-103-14/+30
* net/tls: fix the IV leaksJakub Kicinski2019-04-101-1/+4
* 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-081-7/+13
* | net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi2019-04-081-5/+10
* | NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter2019-04-061-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-0445-189/+250
|\ \
| * | ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi2019-04-041-0/+4
| * | net: bridge: always clear mcast matching struct on reports and leavesNikolay Aleksandrov2019-04-041-0/+3
| * | vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech2019-04-041-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-031-1/+3
| * | | net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert2019-04-031-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-011-1/+6
| * | sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long2019-04-011-0/+1
| * | kcm: switch order of device registration to fix a crashJiri Slaby2019-04-011-8/+8