summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-12-17xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing1-1/+4
2018-11-20dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev1-2/+4
2018-11-20vsock: split dwork to avoid reinitializationsCong Wang2-9/+9
2018-11-20packet: refine ring v3 block size test to hold one frameWillem de Bruijn1-4/+6
2018-11-20netlink: Don't shift on 64 for ngroupsDmitry Safonov1-2/+2
2018-11-20l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl()Guillaume Nault1-4/+11
2018-11-20netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov1-1/+5
2018-11-20netlink: Do not subscribe to non-existent groupsDmitry Safonov1-0/+1
2018-11-20net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline1-0/+2
2018-11-20ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi1-2/+3
2018-11-20multicast: do not restore deleted record source filter mode to new oneHangbin Liu2-4/+2
2018-11-20net: caif: Add a missing rcu_read_unlock() in caif_flow_cbYueHaibing1-1/+3
2018-11-20KEYS: DNS: fix parsing multiple optionsEric Biggers1-12/+16
2018-11-20skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-0/+1
2018-11-20netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn1-3/+6
2018-11-20xfrm: free skb if nlsk pointer is NULLFlorian Westphal1-4/+6
2018-11-20xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala1-0/+3
2018-11-20batman-adv: Fix multicast TT issues with bogus ROAM flagsLinus Lüssing1-2/+4
2018-11-20batman-adv: unify flags access style in tt global addSimon Wunderlich1-1/+1
2018-11-20batman-adv: Avoid storing non-TT-sync flags on singular entries tooLinus Lüssing1-1/+2
2018-11-20batman-adv: Fix debugfs path for renamed softifSven Eckelmann3-6/+53
2018-11-20batman-adv: Fix debugfs path for renamed hardifSven Eckelmann3-0/+29
2018-11-20batman-adv: debugfs, avoid compiling for !DEBUG_FSMarkus Pargmann3-9/+35
2018-11-20ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu1-3/+6
2018-11-20xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet1-3/+5
2018-11-20netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet1-3/+3
2018-11-20netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet1-0/+3
2018-11-20l2tp: filter out non-PPP sessions in pppol2tp_tunnel_ioctl()Guillaume Nault1-1/+1
2018-11-20l2tp: reject creation of non-PPP sessions on L2TPv2 tunnelsGuillaume Nault1-0/+6
2018-11-20cfg80211: initialize sinfo in cfg80211_get_stationSven Eckelmann1-0/+2
2018-11-20l2tp: clean up stale tunnel or session in pppol2tp_connect's error pathGuillaume Nault1-0/+10
2018-11-20l2tp: prevent pppol2tp_connect() from creating kernel socketsGuillaume Nault1-0/+9
2018-11-20l2tp: only accept PPP sessions in pppol2tp_connect()Guillaume Nault1-0/+6
2018-11-20l2tp: fix pseudo-wire type for sessions created by pppol2tp_connect()Guillaume Nault1-0/+1
2018-11-20net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti1-8/+6
2018-11-20rtnetlink: validate attributes in do_setlink()Eric Dumazet1-4/+4
2018-11-20net: metrics: add proper netlink validationEric Dumazet1-0/+2
2018-11-20ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca1-1/+2
2018-11-20l2tp: fix refcount leakage on PPPoL2TP socketsGuillaume Nault1-18/+17
2018-11-20net/packet: refine check for priv area sizeEric Dumazet1-1/+1
2018-11-20sctp: fix identification of new acks for SFR-CACCMarcelo Ricardo Leitner1-25/+23
2018-10-21ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel1-3/+3
2018-10-21ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov2-8/+17
2018-10-21net: test tailroom before appending to linear skbWillem de Bruijn2-2/+4
2018-10-21netfilter: ebtables: handle string from userspace with carePaolo Abeni1-1/+2
2018-10-21tcp: purge write queue in tcp_connect_init()Eric Dumazet1-2/+5
2018-10-21xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet1-1/+1
2018-10-21batman-adv: prevent TT request storms by not sending inconsistent TT TLVLsMarek Lindner1-3/+14
2018-10-21batman-adv: Fix TT sync flags for intermediate TT responsesLinus Lüssing1-14/+54
2018-10-21ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2-4/+10