summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo2018-09-051-1/+1
* net: caif: Add a missing rcu_read_unlock() in caif_flow_cbYueHaibing2018-09-051-1/+3
* netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal2018-09-051-13/+29
* netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal2018-09-051-6/+11
* netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()Taehee Yoo2018-09-051-0/+1
* nl80211: Add a missing break in parse_station_flagsBernd Edlinger2018-09-051-0/+1
* mac80211: add stations tied to AP_VLANs during hw reconfigmpubbise@codeaurora.org2018-09-051-1/+2
* esp6: fix memleak on error path in esp6_inputZhen Lei2018-09-051-1/+3
* xfrm: free skb if nlsk pointer is NULLFlorian Westphal2018-09-051-4/+6
* xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala2018-09-051-0/+3
* vti6: fix PMTU caching and reporting on xmitEyal Birger2018-09-051-5/+6
* net/smc: no shutdown in state SMC_LISTENUrsula Braun2018-08-241-2/+1
* packet: refine ring v3 block size test to hold one frameWillem de Bruijn2018-08-241-4/+6
* netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal2018-08-241-4/+4
* xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet2018-08-241-3/+5
* tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap2018-08-241-2/+2
* tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-08-242-29/+0
* packet: reset network header if packet shorter than ll reserved spaceWillem de Bruijn2018-08-241-0/+2
* netfilter: nf_conntrack: Fix possible possible crash on module loading.Andrey Ryabinin2018-08-241-1/+1
* netfilter: nft_compat: explicitly reject ERROR and standard targetFlorian Westphal2018-08-241-0/+13
* net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-08-241-3/+3
* net: qrtr: Broadcast messages only from control portArun Kumar Neelakantam2018-08-241-0/+4
* ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore2018-08-243-95/+52
* netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal2018-08-242-0/+2
* ieee802154: 6lowpan: set IFLA_LINKLubomir Rintel2018-08-241-0/+6
* nl80211: check nla_parse_nested() return valuesJohannes Berg2018-08-241-5/+11
* nl80211: relax ht operation checks for meshBob Copeland2018-08-241-16/+3
* netfilter: nf_log: fix uninit read in nf_log_proc_dostringJann Horn2018-08-241-0/+4
* batman-adv: Fix multicast TT issues with bogus ROAM flagsLinus Lüssing2018-08-241-2/+4
* batman-adv: Avoid storing non-TT-sync flags on singular entries tooLinus Lüssing2018-08-241-1/+2
* batman-adv: Fix bat_v best gw refcnt after netlink dumpSven Eckelmann2018-08-241-1/+3
* batman-adv: Fix bat_ogm_iv best gw refcnt after netlink dumpSven Eckelmann2018-08-241-1/+3
* ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu2018-08-241-3/+6
* sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner2018-08-241-1/+3
* net: propagate dev_get_valid_name return codeLi RongQing2018-08-241-2/+2
* netfilter: nf_ct_helper: Fix possible panic after nf_conntrack_helper_unregisterGao Feng2018-08-241-0/+5
* netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2018-08-241-3/+3
* cls_matchall: fix tcf_unbind_filter missingHangbin Liu2018-08-221-0/+2
* Bluetooth: avoid killing an already killed socketSudip Mukherjee2018-08-221-1/+2
* ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long2018-08-221-6/+2
* net_sched: Fix missing res info when create new tc_index filterHangbin Liu2018-08-221-0/+1
* vsock: split dwork to avoid reinitializationsCong Wang2018-08-222-9/+9
* net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu2018-08-221-5/+2
* llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-221-2/+2
* l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang2018-08-221-1/+1
* dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev2018-08-221-2/+4
* Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn2018-08-171-2/+2
* netlink: Don't shift on 64 for ngroupsDmitry Safonov2018-08-091-2/+2
* net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline2018-08-061-0/+2
* rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing2018-08-061-2/+2