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
* 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
* mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau2019-05-161-0/+3
* mac80211: Increase MAX_MSG_LENAndrei Otcheretianski2019-05-161-1/+6
* mac80211: fix unaligned access in mesh table hash functionFelix Fietkau2019-05-161-1/+1
* netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri2019-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
* 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
* caif: reduce stack size with KASANArnd Bergmann2019-05-081-28/+22
* rxrpc: Fix net namespace cleanupDavid Howells2019-05-081-16/+16
* packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-081-10/+14
* sctp: avoid running the sctp state machine recursivelyXin Long2019-05-082-37/+27
* ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-05-081-2/+2
* ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet2019-05-081-6/+12
* ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani2019-05-081-0/+1
* netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long2019-05-042-0/+3
* netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso2019-05-041-4/+3
* ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu2019-05-021-1/+4
* net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet2019-05-021-11/+16
* net/rose: Convert timers to use timer_setup()Kees Cook2019-05-025-44/+36
* net: rds: exchange of 8K and 1M poolZhu Yanjun2019-05-022-3/+11
* ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-05-021-9/+23