summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan1-1/+0
2018-03-03xfrm: Reinject transport-mode packets through taskletHerbert Xu1-0/+1
2018-03-03net_sched: red: Avoid illegal valuesNogah Frankel1-0/+11
2018-02-13sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2-5/+5
2018-01-01Bluetooth: hidp: verify l2cap socketsDavid Herrmann1-0/+1
2018-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-3/+3
2017-11-11ipv6: fix sparse warning on rt6i_nodeWei Wang1-1/+1
2017-11-11ipv6: add rcu grace period before freeing fib6_nodeWei Wang1-1/+29
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2-1/+6
2017-11-11sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long1-2/+2
2017-11-11sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko1-0/+4
2017-09-15xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-10/+0
2017-03-16net: avoid sk_forward_alloc overflowsEric Dumazet1-0/+10
2017-03-16net: fix sk_mem_reclaim_partial()Eric Dumazet1-3/+3
2017-03-16net/sock: Add sock_efree() functionBen Hutchings1-0/+1
2017-03-16netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-02-23tcp: take care of truncations done by sk_filter()Eric Dumazet1-0/+1
2017-02-23dccp: limit sk_filter trim to payloadWillem de Bruijn1-2/+7
2017-02-23net: Add __sock_queue_rcv_skb()Ben Hutchings1-0/+1
2016-11-20tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet1-0/+2
2016-05-01ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-3/+16
2016-04-01cfg80211/wext: fix message orderingJohannes Berg1-0/+6
2016-02-27unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2-2/+3
2016-01-22net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa1-1/+1
2016-01-22sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien1-1/+2
2015-12-30af_unix: fix a fatal race with bit fieldsEric Dumazet1-2/+3
2015-12-30net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+1
2015-12-30sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+2
2015-12-30ipv6: add complete rcu protection around np->optEric Dumazet1-1/+20
2015-12-30ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček1-0/+1
2015-12-30unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-0/+1
2015-11-27net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet1-1/+2
2015-10-13ipv6: prevent fib6_run_gc() contentionMichal Kubeček1-1/+1
2015-10-13ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-0/+1
2015-08-07ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom1-0/+2
2015-08-07sctp: fix ASCONF list handlingMarcelo Ricardo Leitner1-0/+5
2015-05-09netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin1-2/+2
2015-02-20Revert "tcp: Apply device TSO segment limit earlier"Ben Hutchings1-2/+0
2015-02-20fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not definedAlexander Duyck1-2/+2
2015-01-01tcp: md5: remove spinlock usage in fast pathEric Dumazet1-3/+5
2015-01-01drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings1-0/+1
2014-12-14tcp: be more strict before accepting ECN negociationEric Dumazet1-7/+16
2014-11-05net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann1-0/+5
2014-11-05net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann1-3/+3
2014-11-05regulatory: add NUL to alpha2Eliad Peller1-1/+1
2014-09-13ip: make IP identifiers less predictableEric Dumazet1-10/+1
2014-09-13inetpeer: get rid of ip_id_countEric Dumazet5-34/+33
2014-09-13netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore1-4/+4
2014-07-11net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+1
2014-06-09ipv6: Limit mtu to 65575 bytesEric Dumazet1-0/+5