summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: avoid sk_forward_alloc overflowsEric Dumazet2017-03-161-0/+10
* net: fix sk_mem_reclaim_partial()Eric Dumazet2017-03-161-3/+3
* net/sock: Add sock_efree() functionBen Hutchings2017-03-161-0/+1
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-03-161-0/+4
* netfilter: nft_log: restrict the log prefix length to 127Liping Zhang2017-03-161-0/+2
* cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg2017-03-161-0/+11
* tcp: take care of truncations done by sk_filter()Eric Dumazet2017-02-231-0/+1
* dccp: limit sk_filter trim to payloadWillem de Bruijn2017-02-231-1/+7
* net: Add __sock_queue_rcv_skb()Ben Hutchings2017-02-231-0/+1
* ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper2017-02-231-0/+1
* netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville2017-02-231-1/+1
* netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana2017-02-231-0/+1
* tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet2016-11-201-0/+2
* ipv6: suppress sparse warnings in IP6_ECN_set_ce()Johannes Berg2016-11-201-1/+2
* net_sched: update hierarchical backlog tooWANG Cong2016-08-222-2/+7
* net_sched: introduce qdisc_replace() helperWANG Cong2016-08-221-0/+17
* cfg80211/wext: fix message orderingJohannes Berg2016-03-241-0/+6
* route: check and remove route cache when we get routeXin Long2016-03-241-0/+1
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-02-252-2/+3
* sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien2016-01-281-1/+2
* sctp: convert sack_needed and sack_generation to bitsMarcelo Ricardo Leitner2016-01-281-8/+8
* ipv6: update skb->csum when CE mark is propagatedEric Dumazet2016-01-281-3/+16
* vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel2016-01-281-0/+5
* net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa2016-01-251-1/+1
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-01-041-0/+1
* sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2016-01-041-0/+2
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-181-1/+20
* ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2015-12-181-0/+1
* ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld2015-12-182-2/+4
* unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat2015-12-181-0/+1
* netfilter: remove dead codeFlavio Leitner2015-12-131-4/+0
* net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet2015-12-091-1/+2
* net: add pfmemalloc check in sk_add_backlog()Eric Dumazet2015-10-281-0/+8
* af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole2015-10-281-1/+5
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-08-271-0/+1
* net: sched: fix refcount imbalance in actionsDaniel Borkmann2015-08-251-1/+7
* netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman2015-07-151-0/+2
* sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2015-07-062-0/+5
* ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-273-17/+4
* xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang2015-03-301-0/+1
* fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not definedAlexander Duyck2015-03-021-2/+2
* ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-102-1/+2
* ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2015-02-041-5/+6
* drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings2014-12-101-0/+2
* net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann2014-11-131-0/+5
* net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2014-11-131-3/+3
* sctp: handle association restarts when the socket is closed.Vlad Yasevich2014-10-151-1/+1
* ipv6: remove rt6i_genidHannes Frederic Sowa2014-10-152-21/+4
* xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert2014-10-151-0/+1
* xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-10-151-1/+14