summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Fix kernel panic due to use of txq after freeBhagavathi Perumal S2019-05-251-0/+3
* xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert2019-05-251-11/+13
* xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi2019-05-252-4/+15
* esp4: add length check for UDP encapsulationSabrina Dubroca2019-05-251-5/+15
* xfrm: clean up xfrm protocol checksCong Wang2019-05-254-16/+6
* vti4: ipip tunnel deregistration fixes.Jeremy Sowden2019-05-251-2/+3
* xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun2019-05-251-0/+4
* xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing2019-05-251-1/+1
* vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira2019-05-251-7/+6
* tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-05-251-7/+7
* vsock/virtio: free packets during the socket releaseStefano Garzarella2019-05-251-0/+7
* tipc: switch order of device registration to fix a crashJunwei Hu2019-05-251-7/+7
* rtnetlink: always put IFLA_LINK for links with a link-netnsidSabrina Dubroca2019-05-251-6/+10
* net: avoid weird emergency messageEric Dumazet2019-05-251-1/+1
* ipv6: prevent possible fib6 leaksEric Dumazet2019-05-252-3/+16
* ipv6: fix src addr routing with the exception tableWei Wang2019-05-251-24/+27
* tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan2019-05-161-2/+2
* vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra2019-05-161-1/+1
* vlan: disable SIOCSHWTSTAMP in containerHangbin Liu2019-05-161-1/+3
* packet: Fix error path in packet_initYueHaibing2019-05-161-5/+20
* net: dsa: Fix error cleanup path in dsa_init_moduleYueHaibing2019-05-161-2/+9
* ipv4: Fix raw socket lookup for local trafficDavid Ahern2019-05-161-2/+2
* fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Hangbin Liu2019-05-161-3/+3
* bridge: Fix error path for kobject_init_and_add()Tobin C. Harding2019-05-161-7/+6
* NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter2019-05-161-0/+8
* net: strparser: partially revert "strparser: Call skb_unclone conditionally"Jakub Kicinski2019-05-161-7/+5
* net/tls: fix the IV leaksJakub Kicinski2019-05-161-1/+4
* netfilter: nf_tables: add missing ->release_ops() in error path of newrule()Taehee Yoo2019-05-161-1/+4
* netfilter: nf_tables: use-after-free in dynamic operationsPablo Neira Ayuso2019-05-161-1/+3
* netfilter: fix nf_l4proto_log_invalid to log invalid packetsAndrei Vagin2019-05-161-1/+1
* netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()Dan Carpenter2019-05-161-1/+1
* netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2019-05-162-5/+64
* ipvs: do not schedule icmp errors from tunnelsJulian Anastasov2019-05-161-1/+1
* nl80211: Add NL80211_FLAG_CLEAR_SKB flag for other NL commandsSunil Dutt2019-05-161-6/+12
* mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau2019-05-161-0/+3
* cfg80211: Handle WMM rules in regulatory domain intersectionIlan Peer2019-05-161-0/+39
* mac80211: Increase MAX_MSG_LENAndrei Otcheretianski2019-05-161-1/+6
* mac80211: fix unaligned access in mesh table hash functionFelix Fietkau2019-05-161-1/+1
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-05-101-0/+8
* Bluetooth: hidp: fix buffer overflowYoung Xiao2019-05-101-0/+1
* mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN modeAlexander Wetzel2019-05-081-5/+4
* batman-adv: fix warning in function batadv_v_elp_get_throughputAnders Roxell2019-05-081-2/+4
* batman-adv: Reduce tt_global hash refcnt only for removed entrySven Eckelmann2019-05-081-3/+15
* batman-adv: Reduce tt_local hash refcnt only for removed entrySven Eckelmann2019-05-081-5/+9
* batman-adv: Reduce claim hash refcnt only for removed entrySven Eckelmann2019-05-081-3/+13
* mac80211: don't attempt to rename ERR_PTR() debugfs dirsJohannes Berg2019-05-081-1/+1
* net/tls: fix copy to fragments in reencryptJakub Kicinski2019-05-051-7/+22
* net/tls: don't copy negative amounts of data in reencryptJakub Kicinski2019-05-051-6/+8
* packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-051-10/+14
* sctp: avoid running the sctp state machine recursivelyXin Long2019-05-052-37/+27