aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-31l2tp: hold tunnel in pppol2tp_connect()Guillaume Nault1-1/+6
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds37-171/+560
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang1-0/+1
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang1-0/+1
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang1-5/+33
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in u32 filterCong Wang1-3/+26
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in fw filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flower filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flow filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in cgroup filterCong Wang1-4/+18
2017-10-29net_sched: use tcf_queue_work() in bpf filterCong Wang1-2/+17
2017-10-29net_sched: use tcf_queue_work() in basic filterCong Wang1-3/+17
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang1-17/+51
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long3-5/+5
2017-10-29sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long1-2/+2
2017-10-29sctp: fix some type cast warnings introduced by transport rhashtableXin Long1-11/+11
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long3-12/+21
2017-10-29net_sched: avoid matching qdisc with zero handleCong Wang1-0/+2
2017-10-29sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long1-0/+32
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend1-2/+3
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend1-1/+26
2017-10-28tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet1-1/+1
2017-10-27ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long1-2/+7
2017-10-27ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long1-4/+7
2017-10-27ipip: only increase err_count for some certain type icmp in ipip_errXin Long1-17/+42
2017-10-27Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller3-17/+82
2017-10-26tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->dataYousuk Seung1-1/+3
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet3-4/+4
2017-10-26rds: Fix inaccurate accounting of unsignaled wrsHåkon Bugge1-8/+7
2017-10-26rds: ib: Fix uninitialized variableHåkon Bugge1-0/+1
2017-10-26xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri1-0/+1
2017-10-26net/unix: don't show information about sockets from other namespacesAndrei Vagin1-0/+2
2017-10-25netfilter: nft_set_hash: disable fast_ops for 2-len keysAnatole Denis1-1/+0
2017-10-25mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg1-2/+34
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland12-18/+18
2017-10-25locking/atomics, net/ipv4/tcp_input.c: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-3/+3
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2-3/+3
2017-10-25Merge tag 'nfs-for-4.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-11/+25
2017-10-25net: dsa: check master device before putVivien Didelot1-3/+4
2017-10-25strparser: Use delayed work instead of timer for msg timeoutTom Herbert1-9/+8
2017-10-24xfrm: Fix xfrm_dst_cache memleakSteffen Klassert1-1/+0
2017-10-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2-18/+23
2017-10-24sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth1-2/+4
2017-10-23ipsec: Fix aborted xfrm policy dump crashHerbert Xu1-10/+15
2017-10-23tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet1-1/+2
2017-10-23tcp: do tcp_mstamp_refresh before retransmits on TSQ handlerKoichiro Den1-1/+3
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds35-138/+230