summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* mac80211: fix station inactive_time shortly after bootAhmed Zaki2019-12-051-1/+2
* bridge: ebtables: don't crash when using dnat target in output chainsFlorian Westphal2019-12-051-4/+15
* cfg80211: call disconnect_wk when AP stopsJohannes Berg2019-12-013-1/+5
* ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern2019-12-011-1/+2
* cfg80211: Prevent regulatory restore during STA disconnect in concurrent inte...Sriram R2019-12-011-1/+5
* net: bpfilter: fix iptables failure if bpfilter_umh is disabledTaehee Yoo2019-12-011-3/+3
* sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin2019-12-011-0/+1
* openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann2019-12-011-1/+2
* net: do not abort bulk send on BQL statusEric Dumazet2019-12-011-1/+1
* ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu2019-12-011-17/+36
* sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields2019-12-011-16/+18
* SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust2019-12-011-0/+1
* sctp: use sk_wmem_queued to check for writable spaceXin Long2019-12-011-29/+9
* net: fix warning in af_unixKyeongdon Kim2019-12-011-0/+2
* vhost/vsock: split packets to send using multiple buffersStefano Garzarella2019-12-011-3/+12
* net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long2019-12-011-0/+4
* net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti2019-12-011-7/+5
* net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter2019-12-011-1/+22
* tcp: start receiver buffer autotuning soonerYuchung Cheng2019-11-241-1/+1
* mac80211: minstrel: fix sampling/reporting of CCK rates in HT modeFelix Fietkau2019-11-241-4/+10
* mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau2019-11-241-1/+1
* mac80211: minstrel: fix using short preamble CCK rates on HT clientsFelix Fietkau2019-11-241-3/+1
* netfilter: nft_compat: do not dump private areaPablo Neira Ayuso2019-11-241-2/+22
* net: sched: avoid writing on noop_qdiscEric Dumazet2019-11-241-2/+12
* net: fix generic XDP to handle if eth header was mangledJesper Dangaard Brouer2019-11-241-0/+14
* xsk: proper AF_XDP socket teardown orderingBjörn Töpel2019-11-242-13/+11
* xfrm: use correct size to initialise sp->ovecLi RongQing2019-11-241-1/+1
* sunrpc: Fix connect metricsChuck Lever2019-11-243-15/+15
* nl80211: Fix a GET_KEY reply attributeAndrew Zaborowski2019-11-241-1/+1
* SUNRPC: Fix priority queue fairnessTrond Myklebust2019-11-241-55/+54
* tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng2019-11-243-46/+8
* net: ovs: fix return type of ndo_start_xmit functionYueHaibing2019-11-241-2/+3
* netfilter: masquerade: don't flush all conntracks if only one address deleted...Tan Hu2019-11-202-6/+35
* Bluetooth: L2CAP: Detect if remote is not able to use the whole MPSLuiz Augusto von Dentz2019-11-201-0/+10
* netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal2019-11-203-7/+14
* ip_gre: fix parsing gre header in ipgre_errHaishuang Yan2019-11-202-9/+7
* llc: avoid blocking in llc_sap_close()Cong Wang2019-11-201-3/+1
* rtnetlink: move type calculation out of loopChristian Brauner2019-11-201-1/+1
* cfg80211: validate wmm rule when settingStanislaw Gruszka2019-11-201-29/+35
* mac80211: fix saving a few HE valuesNaftali Goldstein2019-11-201-10/+7
* cfg80211: Avoid regulatory restore when COUNTRY_IE_IGNORE is setRajeev Kumar Sirasanagandla2019-11-201-0/+46
* ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault2019-11-201-1/+2
* vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella2019-11-121-3/+5
* netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio2019-11-121-1/+1
* ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-11-121-8/+7
* ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti2019-11-125-17/+28
* netfilter: nf_flow_table: set timeout before insertion into hashesPablo Neira Ayuso2019-11-121-1/+2
* net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton2019-11-121-7/+4
* netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter2019-11-121-3/+5
* ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet2019-11-121-3/+10