summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xfrm: refine validation of template and selector familiesFlorian Westphal2019-02-151-4/+9
* libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov2019-02-151-2/+3
* mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau2019-02-151-3/+9
* net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge2019-02-121-4/+8
* rds: fix refcount bug in rds_sock_addrefEric Dumazet2019-02-121-3/+3
* rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet2019-02-121-1/+2
* dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet2019-02-121-2/+2
* Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg2019-02-121-0/+6
* xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing2019-02-121-0/+3
* mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg2019-02-121-2/+3
* l2tp: fix reading optional fields of L2TPv3Jacob Wen2019-02-064-0/+30
* l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi2019-02-062-18/+27
* sctp: improve the events for sctp stream resetXin Long2019-02-061-22/+17
* sctp: improve the events for sctp stream addingXin Long2019-02-061-13/+10
* net: set default network namespace in init_dummy_netdev()Josh Elsasser2019-02-061-0/+3
* net/rose: fix NULL ax25_cb kernel panicBernard Pidoux2019-02-061-0/+5
* netrom: switch to sock timer APICong Wang2019-02-061-10/+10
* l2tp: copy 4 more bytes to linear part if necessaryJacob Wen2019-02-061-3/+2
* ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru2019-02-061-0/+2
* ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern2019-02-061-0/+3
* Fix "net: ipv4: do not handle duplicate fragments as overlapping"Greg Kroah-Hartman2019-02-061-1/+1
* can: bcm: check timer values before ktime conversionOliver Hartkopp2019-01-311-0/+27
* ipfrag: really prevent allocation on netns exitPaolo Abeni2019-01-311-1/+1
* tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn2019-01-311-1/+1
* net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-01-312-5/+14
* openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall2019-01-311-1/+1
* net_sched: refetch skb protocol for each filterCong Wang2019-01-311-2/+1
* net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-313-0/+3
* net: bridge: Fix ethernet header pointer before check skb forwardableYunjian Wang2019-01-311-5/+4
* netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is setTaehee Yoo2019-01-261-1/+2
* net: call sk_dst_reset when set SO_DONTROUTEyupeng2019-01-261-0/+1
* ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern2019-01-261-1/+4
* net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes2019-01-261-6/+1
* ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern2019-01-261-1/+10
* tipc: fix uninit-value in tipc_nl_compat_doitYing Xue2019-01-231-1/+1
* tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue2019-01-231-0/+2
* tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue2019-01-231-0/+5
* tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue2019-01-231-0/+26
* tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue2019-01-231-0/+15
* sctp: allocate sctp_sockaddr_entry with kzallocXin Long2019-01-232-7/+2
* netfilter: ebtables: account ebt_table_info to kmemcgShakeel Butt2019-01-231-2/+4
* sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields2019-01-231-0/+8
* bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2019-01-232-10/+12
* ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2019-01-232-13/+9
* packet: Do not leak dev refcounts on error exitJason Gunthorpe2019-01-231-2/+2
* net: bridge: fix a bug on using a neighbour cache entry without checking its ...JianJhen Chen2019-01-231-1/+1
* ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet2019-01-231-0/+1
* can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp2019-01-231-3/+27
* sunrpc: use-after-free in svc_process_common()Vasily Averin2019-01-163-7/+11
* 9p/net: put a lower bound on msizeDominique Martinet2019-01-131-0/+21