summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
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-03-16netfilter: nft_log: restrict the log prefix length to 127Liping Zhang1-0/+2
2017-03-16cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg1-0/+11
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-1/+7
2017-02-23net: Add __sock_queue_rcv_skb()Ben Hutchings1-0/+1
2017-02-23ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper1-0/+1
2017-02-23netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville1-1/+1
2017-02-23netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana1-0/+1
2016-11-20tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet1-0/+2
2016-11-20ipv6: suppress sparse warnings in IP6_ECN_set_ce()Johannes Berg1-1/+2
2016-08-23net_sched: update hierarchical backlog tooWANG Cong2-2/+7
2016-08-23net_sched: introduce qdisc_replace() helperWANG Cong1-0/+17
2016-03-24cfg80211/wext: fix message orderingJohannes Berg1-0/+6
2016-03-24route: check and remove route cache when we get routeXin Long1-0/+1
2016-02-25unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2-2/+3
2016-01-28sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien1-1/+2
2016-01-28sctp: convert sack_needed and sack_generation to bitsMarcelo Ricardo Leitner1-8/+8
2016-01-28ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-3/+16
2016-01-28vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel1-0/+5
2016-01-25net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa1-1/+1
2016-01-04net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+1
2016-01-04sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+2
2015-12-18ipv6: add complete rcu protection around np->optEric Dumazet1-1/+20
2015-12-18ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček1-0/+1
2015-12-18ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld2-2/+4
2015-12-18unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-0/+1
2015-12-13netfilter: remove dead codeFlavio Leitner1-4/+0
2015-12-09net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet1-1/+2
2015-10-28net: add pfmemalloc check in sk_add_backlog()Eric Dumazet1-0/+8
2015-10-28af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole1-1/+5
2015-08-27ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-0/+1
2015-08-25net: sched: fix refcount imbalance in actionsDaniel Borkmann1-1/+7
2015-07-15netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman1-0/+2
2015-07-06sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2-0/+5
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org3-17/+4
2015-03-30xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang1-0/+1
2015-03-02fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not definedAlexander Duyck1-2/+2
2015-02-10ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2-1/+2
2015-02-04ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa1-5/+6
2014-12-10drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings1-0/+2
2014-11-13net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann1-0/+5
2014-11-13net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann1-3/+3
2014-10-15sctp: handle association restarts when the socket is closed.Vlad Yasevich1-1/+1
2014-10-15ipv6: remove rt6i_genidHannes Frederic Sowa2-21/+4
2014-10-15xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert1-0/+1
2014-10-15xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-1/+14