summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-02-181-0/+4
* cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg2017-01-091-0/+11
* tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-211-0/+1
* ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper2016-11-211-0/+1
* udp: fix IP_CHECKSUM handlingEric Dumazet2016-11-151-2/+2
* net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani2016-11-151-0/+9
* net: avoid sk_forward_alloc overflowsEric Dumazet2016-11-151-0/+10
* tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-10-311-0/+16
* af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds2016-09-301-1/+1
* tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet2016-09-301-0/+2
* vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-06-241-0/+1
* switchdev: pass pointer to fib_info instead of copyJiri Pirko2016-06-241-1/+1
* net_sched: update hierarchical backlog tooWANG Cong2016-05-182-2/+7
* net_sched: introduce qdisc_replace() helperWANG Cong2016-05-181-0/+17
* ipvs: drop first packet to redirect conntrackJulian Anastasov2016-05-111-0/+17
* bonding: fix bond_get_stats()Eric Dumazet2016-04-201-0/+1
* cfg80211/wext: fix message orderingJohannes Berg2016-03-161-0/+6
* tcp/dccp: fix another race at listener dismantleEric Dumazet2016-03-031-2/+3
* route: check and remove route cache when we get routeXin Long2016-03-031-0/+1
* tcp: do not drop syn_recv on all icmp reportsEric Dumazet2016-03-031-1/+1
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-03-032-2/+3
* ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2016-03-031-2/+10
* gro: Make GRO aware of lightweight tunnels.Jesse Gross2016-03-031-0/+18
* ipv6: update skb->csum when CE mark is propagatedEric Dumazet2016-01-311-3/+16
* net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern2016-01-042-7/+16
* net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa2015-12-161-1/+1
* inet: tcp: fix inetpeer_set_addr_v4()Eric Dumazet2015-12-161-0/+1
* net: fix IP early demux racesEric Dumazet2015-12-142-1/+34
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+1
* xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-112-10/+16
* xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet2015-12-111-0/+1
* xfrm: take care of request socketsEric Dumazet2015-12-071-4/+23
* sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien2015-12-061-1/+2
* sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-051-0/+2
* vxlan: fix incorrect RCO bit in VXLAN headerJiri Benc2015-12-051-1/+1
* Merge tag 'mac80211-for-davem-2015-12-02' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-12-031-2/+4
|\
| * mac80211: always set the buf_size in AddBA req to 64Gregory Greenman2015-11-201-2/+4
* | net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet2015-12-031-0/+3
* | ipv6: kill sk_dst_lockEric Dumazet2015-12-032-15/+5
* | sctp: convert sack_needed and sack_generation to bitsMarcelo Ricardo Leitner2015-12-021-8/+8
* | ipv6: add complete rcu protection around np->optEric Dumazet2015-12-021-1/+20
* | net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-011-7/+16
* | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-0/+10
* | Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel2015-12-011-2/+1
* | ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2015-11-241-0/+1
* | unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat2015-11-231-0/+1
* | net: switchdev: fix return code of fdb_dump stubDragos Tatulea2015-11-161-1/+1
* | ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld2015-11-162-2/+4
|/
* tcp: ensure proper barriers in lockless contextsEric Dumazet2015-11-151-0/+25
* ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau2015-11-151-1/+2