aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in u32 filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in fw filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in flower filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in flow filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in cgroup filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in bpf filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in basic filterCong Wang
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long
2017-10-29sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long
2017-10-29sctp: fix some type cast warnings introduced by transport rhashtableXin Long
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long
2017-10-29net_sched: avoid matching qdisc with zero handleCong Wang
2017-10-29sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend
2017-10-28tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet
2017-10-27ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long
2017-10-27ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long
2017-10-27ipip: only increase err_count for some certain type icmp in ipip_errXin Long
2017-10-27Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-10-26tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->dataYousuk Seung
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet
2017-10-26rds: Fix inaccurate accounting of unsignaled wrsHåkon Bugge
2017-10-26rds: ib: Fix uninitialized variableHåkon Bugge
2017-10-26net/unix: don't show information about sockets from other namespacesAndrei Vagin
2017-10-25mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg
2017-10-25Merge tag 'nfs-for-4.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-10-25net: dsa: check master device before putVivien Didelot
2017-10-25strparser: Use delayed work instead of timer for msg timeoutTom Herbert
2017-10-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-10-24sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth
2017-10-23ipsec: Fix aborted xfrm policy dump crashHerbert Xu
2017-10-23tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet
2017-10-23tcp: do tcp_mstamp_refresh before retransmits on TSQ handlerKoichiro Den
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-22ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet
2017-10-22rxrpc: Don't release call mutex on error pointerDavid Howells
2017-10-22net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund
2017-10-22soreuseport: fix initialization raceCraig Gallek
2017-10-22net: bridge: fix returning of vlan range op errorsNikolay Aleksandrov
2017-10-22sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn
2017-10-21udp: make some messages more descriptiveMatteo Croce