summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-151-8/+0
* ethtool: check the return value of get_regs_lenYunsheng Lin2019-06-111-2/+10
* Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu2019-06-111-3/+3
* Revert "fib_rules: fix error in backport of e9919a24d302 ("fib_rules: return ...Greg Kroah-Hartman2019-06-111-1/+0
* ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz2019-06-111-2/+10
* ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz2019-06-111-5/+8
* pktgen: do not sleep with the thread lock held.Paolo Abeni2019-06-111-0/+11
* net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun2019-06-111-4/+6
* neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern2019-06-111-1/+8
* Fix memory leak in sctp_process_initNeil Horman2019-06-112-10/+8
* ethtool: fix potential userspace buffer overflowVivien Didelot2019-06-111-1/+4
* tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-06-093-10/+27
* Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller2019-06-091-7/+7
* ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-06-091-11/+11
* ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-06-091-17/+30
* net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-06-091-1/+1
* llc: fix skb leak in llc_build_and_send_ui_pkt()Eric Dumazet2019-06-091-0/+2
* ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning2019-06-091-0/+2
* inet: switch IP ID generator to siphashEric Dumazet2019-06-092-19/+23
* batman-adv: allow updating DAT entry timeouts on incoming ARP RepliesLinus Lüssing2019-05-311-1/+3
* mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich2019-05-312-3/+5
* net: erspan: fix use-after-freeWilliam Tu2019-05-311-1/+1
* batman-adv: mcast: fix multicast tt/tvlv worker lockingLinus Lüssing2019-05-313-8/+6
* 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
* esp4: add length check for UDP encapsulationSabrina Dubroca2019-05-251-5/+15
* 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
* net: avoid weird emergency messageEric Dumazet2019-05-251-1/+1
* fib_rules: fix error in backport of e9919a24d302 ("fib_rules: return 0...")Greg Kroah-Hartman2019-05-211-0/+1
* 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
* netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal2019-05-161-0/+19
* net_sched: fix two more memory leaks in cls_tcindexCong Wang2019-05-161-9/+7
* net: don't keep lonely packets forever in the gro hashPaolo Abeni2019-05-161-2/+5
* 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