summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07306-227/+865
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-0322-32/+36
| |\
| | * tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-031-7/+2
| | * fib: fib_dump_info can no longer use __in_dev_get_rtnlFlorian Westphal2017-11-031-6/+10
| | * net_sched: hold netns refcnt for each actionCong Wang2017-11-0317-17/+19
| | * net_sched: acquire RTNL in tc_action_net_exit()Cong Wang2017-11-031-0/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-11-022-1/+2
| | |\
| | | * netfilter: nf_reject_ipv4: Fix use-after-free in send_resetTejaswi Tanikella2017-11-011-0/+2
| | | * netfilter: nft_set_hash: disable fast_ops for 2-len keysAnatole Denis2017-10-251-1/+0
| | * | tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov2017-11-021-1/+1
| * | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02243-0/+243
| |\ \ \ | | |/ / | |/| |
| | * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02243-0/+243
| * | | tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-011-1/+2
| * | | ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet2017-11-011-0/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-013-2/+4
| |\ \ \
| | * | | xfrm: Fix GSO for IPsec with GRE tunnel.Steffen Klassert2017-10-311-1/+3
| | * | | xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri2017-10-261-0/+1
| | * | | xfrm: Fix xfrm_dst_cache memleakSteffen Klassert2017-10-241-1/+0
| * | | | MAINTAINERS: Update Yotam's E-mailYotam Gigi2017-11-013-3/+3
| * | | | net_sched: remove tcf_block_put_deferred()Cong Wang2017-10-311-29/+8
| * | | | l2tp: hold tunnel in pppol2tp_connect()Guillaume Nault2017-10-311-1/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-2937-171/+560
| |\ \ \ \
| | * | | | net_sched: fix call_rcu() race on act_sample module removalCong Wang2017-10-291-0/+1
| | * | | | net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang2017-10-291-0/+1
| | * | | | net_sched: use tcf_queue_work() in tcindex filterCong Wang2017-10-291-5/+33
| | * | | | net_sched: use tcf_queue_work() in rsvp filterCong Wang2017-10-291-3/+16
| | * | | | net_sched: use tcf_queue_work() in route filterCong Wang2017-10-291-3/+16
| | * | | | net_sched: use tcf_queue_work() in u32 filterCong Wang2017-10-291-3/+26
| | * | | | net_sched: use tcf_queue_work() in matchall filterCong Wang2017-10-291-3/+16
| | * | | | net_sched: use tcf_queue_work() in fw filterCong Wang2017-10-291-3/+16
| | * | | | net_sched: use tcf_queue_work() in flower filterCong Wang2017-10-291-3/+16
| | * | | | net_sched: use tcf_queue_work() in flow filterCong Wang2017-10-291-3/+16
| | * | | | net_sched: use tcf_queue_work() in cgroup filterCong Wang2017-10-291-4/+18
| | * | | | net_sched: use tcf_queue_work() in bpf filterCong Wang2017-10-291-2/+17
| | * | | | net_sched: use tcf_queue_work() in basic filterCong Wang2017-10-291-3/+17
| | * | | | net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2017-10-291-17/+51
| | * | | | sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-293-5/+5
| | * | | | sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long2017-10-291-2/+2
| | * | | | sctp: fix some type cast warnings introduced by transport rhashtableXin Long2017-10-291-11/+11
| | * | | | sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-293-12/+21
| | * | | | net_sched: avoid matching qdisc with zero handleCong Wang2017-10-291-0/+2
| | * | | | sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-10-291-0/+32
| | * | | | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-2/+3
| | * | | | bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-1/+26
| | * | | | tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet2017-10-281-1/+1
| | * | | | ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long2017-10-271-2/+7
| | * | | | ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2017-10-271-4/+7
| | * | | | ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-10-271-17/+42
| | * | | | Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-10-273-17/+82
| | |\ \ \ \
| | | * | | | mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg2017-10-251-2/+34