summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2016-03-04tcp/dccp: fix another race at listener dismantleEric Dumazet1-2/+3
2016-03-04route: check and remove route cache when we get routeXin Long1-0/+1
2016-03-04tcp: do not drop syn_recv on all icmp reportsEric Dumazet1-1/+1
2016-03-04unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2-2/+3
2016-03-04ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni1-2/+10
2016-03-04gro: Make GRO aware of lightweight tunnels.Jesse Gross1-0/+18
2016-01-31ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-3/+16
2016-01-05net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern2-7/+16
2015-12-16net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa1-1/+1
2015-12-16inet: tcp: fix inetpeer_set_addr_v4()Eric Dumazet1-0/+1
2015-12-15net: fix IP early demux racesEric Dumazet2-1/+34
2015-12-15net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+1
2015-12-12xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2-10/+16
2015-12-12xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet1-0/+1
2015-12-08xfrm: take care of request socketsEric Dumazet1-4/+23
2015-12-07sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien1-1/+2
2015-12-06sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+2
2015-12-06vxlan: fix incorrect RCO bit in VXLAN headerJiri Benc1-1/+1
2015-12-03Merge tag 'mac80211-for-davem-2015-12-02' of git://git.kernel.org/pub/scm/lin...David S. Miller1-2/+4
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet1-0/+3
2015-12-03ipv6: kill sk_dst_lockEric Dumazet2-15/+5
2015-12-03sctp: convert sack_needed and sack_generation to bitsMarcelo Ricardo Leitner1-8/+8
2015-12-03ipv6: add complete rcu protection around np->optEric Dumazet1-1/+20
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet1-7/+16
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-0/+10
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel1-2/+1
2015-11-25ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček1-0/+1
2015-11-23unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-0/+1
2015-11-20mac80211: always set the buf_size in AddBA req to 64Gregory Greenman1-2/+4
2015-11-16net: switchdev: fix return code of fdb_dump stubDragos Tatulea1-1/+1
2015-11-16ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld2-2/+4
2015-11-16tcp: ensure proper barriers in lockless contextsEric Dumazet1-0/+25
2015-11-16ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau1-1/+2
2015-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+14
2015-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-1/+16
2015-11-11netfilter: nf_tables: add clone interface to expression operationsPablo Neira Ayuso1-2/+14
2015-11-09net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()Eric Dumazet1-0/+12
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-11-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-0/+2
2015-11-05Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg1-0/+2
2015-11-05tun_dst: Fix potential NULL dereferenceTobias Klauser1-1/+2
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2015-11-03Merge tag 'mac80211-for-davem-2015-11-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2-1/+13
2015-11-03mac80211: document sleep requirements for channel context opsChaitanya T K1-0/+6
2015-11-03cfg80211/mac80211: clarify RSSI CQM reporting requirementsJohannes Berg2-1/+7
2015-11-03bonding: simplify / unify event handling code for 3ad mode.Mahesh Bandewar1-2/+1
2015-11-03net: fix percpu memory leaksEric Dumazet1-6/+9
2015-11-03net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet1-1/+2
2015-11-03net: make skb_set_owner_w() more robustEric Dumazet1-15/+2
2015-11-02ipv4: fix to not remove local route on link downJulian Anastasov1-1/+1