summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio2019-01-091-1/+3
* net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET2019-01-091-2/+2
* ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu2019-01-091-0/+1
* tipc: check group dests after tipc_wait_for_cond()Cong Wang2019-01-091-4/+5
* VSOCK: Send reset control packet when socket is partially boundJorgen Hansen2019-01-091-17/+50
* tipc: use lock_sock() in tipc_sk_reinit()Cong Wang2019-01-091-2/+6
* tipc: fix a double kfree_skb()Cong Wang2019-01-091-3/+1Star
* tipc: fix a double free in tipc_enable_bearer()Cong Wang2019-01-091-1/+0Star
* tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang2019-01-091-0/+5
* tipc: check tsk->group in tipc_wait_for_cond()Cong Wang2019-01-091-11/+14
* tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet2019-01-091-1/+3
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-093-12/+20
* sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long2019-01-091-0/+1
* packet: validate address length if non-zeroWillem de Bruijn2019-01-091-2/+2
* packet: validate address lengthWillem de Bruijn2019-01-091-0/+4
* net/tls: allocate tls context using GFP_ATOMICGanesh Goudar2019-01-091-1/+1
* net/smc: fix TCP fallback socket releaseMyungho Jung2019-01-092-2/+16
* netrom: fix locking in nr_find_socket()Cong Wang2019-01-091-5/+10
* net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek2019-01-091-6/+12
* net: clear skb->tstamp in forwarding pathsEric Dumazet2019-01-092-0/+2
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-098-32/+46
* ipv6: tunnels: fix two use-after-freeEric Dumazet2019-01-092-0/+2
* ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang2019-01-091-1/+2
* ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-01-091-0/+4
* ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-01-091-0/+4
* ieee802154: lowpan_header_create check must check daddrWillem de Bruijn2019-01-091-0/+3
* gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi2019-01-091-0/+1
* ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2019-01-092-2/+11
* xfrm_user: fix freeing of xfrm states on acquireMathias Krause2018-12-292-3/+9
* SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust2018-12-211-2/+9
* tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-171-11/+24
* netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo2018-12-171-11/+4Star
* netfilter: nf_conncount: remove wrong condition check routineTaehee Yoo2018-12-171-5/+2Star
* netfilter: nat: fix double register in masquerade modulesTaehee Yoo2018-12-172-14/+32
* netfilter: add missing error handling code for register functionsTaehee Yoo2018-12-177-20/+61
* netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac2018-12-171-1/+2
* ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long2018-12-171-0/+3
* netfilter: xt_hashlimit: fix a possible memory leak in htable_create()Taehee Yoo2018-12-171-6/+3Star
* netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal2018-12-172-3/+5
* netfilter: xt_RATEEST: remove netns exit routineTaehee Yoo2018-12-171-10/+0Star
* netfilter: nf_tables: don't skip inactive chains during updateFlorian Westphal2018-12-171-6/+3Star
* netfilter: nf_conncount: fix unexpected permanent node of list.Taehee Yoo2018-12-171-3/+15
* netfilter: nf_conncount: fix list_del corruption in conn_freeTaehee Yoo2018-12-171-2/+5
* netfilter: nf_conncount: use spin_lock_bh instead of spin_lockTaehee Yoo2018-12-171-6/+6
* net: fix XPS static_key accountingSabrina Dubroca2018-12-171-21/+24
* net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca2018-12-171-7/+9
* sctp: update frag_point when stream_interleave is setXin Long2018-12-172-3/+7
* tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-171-4/+7
* tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-171-1/+4
* sctp: kfree_rcu asocXin Long2018-12-171-1/+1