summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-14
|\
| * net: use -ENOSPC for transient busy indicationGilad Ben-Yossef2017-11-03
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\ \
| * | netfilter: ipvs: Convert timers to use timer_setup()Kees Cook2017-11-08
| * | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-05
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-13
|\ \
| * | netpoll: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-08
| * | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
| |\ \
| * | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
| * | | locking/atomics, net/ipv4/tcp_input.c: Convert ACCESS_ONCE() to READ_ONCE()/W...Mark Rutland2017-10-25
| * | | locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland2017-10-25
* | | | vlan: fix a use-after-free in vlan_device_event()Cong Wang2017-11-11
* | | | net: dsa: return after vlan prepare phaseVivien Didelot2017-11-11
* | | | net: dsa: return after mdb prepare phaseVivien Didelot2017-11-11
* | | | tcp: fix tcp_fastretrans_alert warningYuchung Cheng2017-11-10
* | | | tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet2017-11-10
* | | | rds: ib: Fix NULL pointer dereference in debug codeHÃ¥kon Bugge2017-11-10
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-08
|\ \ \ \
| * | | | xfrm: Fix stack-out-of-bounds read in xfrm_state_find.Steffen Klassert2017-11-03
| * | | | xfrm: do unconditional template resolution before pcpu cache checkFlorian Westphal2017-11-03
| * | | | xfrm: defer daddr pointer assignment after spi parsingFlorian Westphal2017-11-02
* | | | | cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-08
* | | | | cls_tcindex: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-08
* | | | | cls_rsvp: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-08
* | | | | cls_route: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-08
* | | | | cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-08
* | | | | cls_fw: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-08
* | | | | cls_flower: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-08
* | | | | cls_flow: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-08
* | | | | cls_cgroup: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-08
* | | | | cls_bpf: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-08
* | | | | cls_basic: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-08
* | | | | net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang2017-11-08
* | | | | Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-08
* | | | | qrtr: Move to postcore_initcallBjorn Andersson2017-11-08
* | | | | tcp: fix DSACK-based undo on non-duplicate ACKPriyaranjan Jha2017-11-05
* | | | | l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault2017-11-05
* | | | | netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-04
| |_|/ / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-03
|\ \ \ \
| * | | | tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-03
| * | | | fib: fib_dump_info can no longer use __in_dev_get_rtnlFlorian Westphal2017-11-03
| * | | | net_sched: hold netns refcnt for each actionCong Wang2017-11-02
| * | | | net_sched: acquire RTNL in tc_action_net_exit()Cong Wang2017-11-02
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-11-02
| |\ \ \
| | * | | netfilter: nf_reject_ipv4: Fix use-after-free in send_resetTejaswi Tanikella2017-11-01
| | * | | netfilter: nft_set_hash: disable fast_ops for 2-len keysAnatole Denis2017-10-25
| * | | | tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov2017-11-02
* | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
| | |/ / | |/| |
* | | | tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-01