summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-09-099p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote1-0/+7
2018-09-09net: mac802154: tx: expand tailroom if necessaryAlexander Aring1-1/+14
2018-09-09net: 6lowpan: fix reserved space for single framesAlexander Aring1-3/+18
2018-09-05bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo1-1/+1
2018-09-05net: caif: Add a missing rcu_read_unlock() in caif_flow_cbYueHaibing1-1/+3
2018-09-05netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal1-13/+29
2018-09-05netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal1-6/+11
2018-09-05netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()Taehee Yoo1-0/+1
2018-09-05nl80211: Add a missing break in parse_station_flagsBernd Edlinger1-0/+1
2018-09-05mac80211: add stations tied to AP_VLANs during hw reconfigmpubbise@codeaurora.org1-1/+2
2018-09-05esp6: fix memleak on error path in esp6_inputZhen Lei1-1/+3
2018-09-05xfrm: free skb if nlsk pointer is NULLFlorian Westphal1-4/+6
2018-09-05xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala1-0/+3
2018-09-05vti6: fix PMTU caching and reporting on xmitEyal Birger1-5/+6
2018-08-24net/smc: no shutdown in state SMC_LISTENUrsula Braun1-2/+1
2018-08-24packet: refine ring v3 block size test to hold one frameWillem de Bruijn1-4/+6
2018-08-24netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal1-4/+4
2018-08-24xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet1-3/+5
2018-08-24tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2-29/+0
2018-08-24packet: reset network header if packet shorter than ll reserved spaceWillem de Bruijn1-0/+2
2018-08-24netfilter: nf_conntrack: Fix possible possible crash on module loading.Andrey Ryabinin1-1/+1
2018-08-24netfilter: nft_compat: explicitly reject ERROR and standard targetFlorian Westphal1-0/+13
2018-08-24net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti1-3/+3
2018-08-24net: qrtr: Broadcast messages only from control portArun Kumar Neelakantam1-0/+4
2018-08-24ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore3-95/+52
2018-08-24netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal2-0/+2
2018-08-24ieee802154: 6lowpan: set IFLA_LINKLubomir Rintel1-0/+6
2018-08-24nl80211: check nla_parse_nested() return valuesJohannes Berg1-5/+11
2018-08-24nl80211: relax ht operation checks for meshBob Copeland1-16/+3
2018-08-24netfilter: nf_log: fix uninit read in nf_log_proc_dostringJann Horn1-0/+4
2018-08-24batman-adv: Fix multicast TT issues with bogus ROAM flagsLinus Lüssing1-2/+4
2018-08-24batman-adv: Avoid storing non-TT-sync flags on singular entries tooLinus Lüssing1-1/+2
2018-08-24batman-adv: Fix bat_v best gw refcnt after netlink dumpSven Eckelmann1-1/+3
2018-08-24batman-adv: Fix bat_ogm_iv best gw refcnt after netlink dumpSven Eckelmann1-1/+3
2018-08-24ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu1-3/+6
2018-08-24sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner1-1/+3
2018-08-24net: propagate dev_get_valid_name return codeLi RongQing1-2/+2
2018-08-24netfilter: nf_ct_helper: Fix possible panic after nf_conntrack_helper_unregisterGao Feng1-0/+5
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet1-3/+3
2018-08-22cls_matchall: fix tcf_unbind_filter missingHangbin Liu1-0/+2
2018-08-22Bluetooth: avoid killing an already killed socketSudip Mukherjee1-1/+2
2018-08-22ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long1-6/+2
2018-08-22net_sched: Fix missing res info when create new tc_index filterHangbin Liu1-0/+1
2018-08-22vsock: split dwork to avoid reinitializationsCong Wang2-9/+9
2018-08-22net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu1-5/+2
2018-08-22llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang1-2/+2
2018-08-22l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang1-1/+1
2018-08-22dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev1-2/+4
2018-08-17Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn1-2/+2