Age | Commit message (Expand) | Author | Files | Lines |
2018-08-15 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
2018-08-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 425 | -7620/+24541 |
2018-08-15 | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+2 |
2018-08-15 | Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+2 |
2018-08-14 | Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -8/+22 |
2018-08-14 | net: filter: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2018-08-14 | rds: fix building with IPV6=m | Arnd Bergmann | 1 | -0/+1 |
2018-08-14 | net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() | Jeremy Cline | 2 | -2/+3 |
2018-08-13 | l2tp: fix unused function warning | Arnd Bergmann | 3 | -12/+4 |
2018-08-13 | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -24/+5 |
2018-08-13 | net_sched: Fix missing res info when create new tc_index filter | Hangbin Liu | 1 | -0/+1 |
2018-08-13 | net_sched: fix NULL pointer dereference when delete tcindex filter | Hangbin Liu | 1 | -5/+2 |
2018-08-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 5 | -6/+6 |
2018-08-13 | net: sched: act_ife: disable bh when taking ife_mod_lock | Vlad Buslov | 1 | -10/+10 |
2018-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 9 | -88/+482 |
2018-08-13 | packet: switch kvzalloc to allocate memory | Li RongQing | 2 | -32/+13 |
2018-08-13 | net: sched: act_mirred method rename for grep-ability and consistency | Jamal Hadi Salim | 1 | -3/+3 |
2018-08-13 | net: sched: act_vlan method rename for grep-ability and consistency | Jamal Hadi Salim | 1 | -3/+3 |
2018-08-13 | net: sched: act_skbmod method rename for grep-ability and consistency | Jamal Hadi Salim | 1 | -2/+2 |
2018-08-13 | net: sched: act_skbedit method rename for grep-ability and consistency | Jamal Hadi Salim | 1 | -3/+3 |
2018-08-13 | net: sched: act_simple method rename for grep-ability and consistency | Jamal Hadi Salim | 1 | -3/+3 |
2018-08-13 | net: sched: act_police method rename for grep-ability and consistency | Jamal Hadi Salim | 1 | -8/+8 |
2018-08-13 | net: sched: act_pedit method rename for grep-ability and consistency | Jamal Hadi Salim | 1 | -3/+3 |
2018-08-13 | net: sched: act_nat method rename for grep-ability and consistency | Jamal Hadi Salim | 1 | -3/+3 |
2018-08-13 | net: sched: act_ipt method rename for grep-ability and consistency | Jamal Hadi Salim | 1 | -4/+4 |
2018-08-13 | net: sched: act_gact method rename for grep-ability and consistency | Jamal Hadi Salim | 1 | -3/+3 |
2018-08-13 | net: sched: act_sum method rename for grep-ability and consistency | Jamal Hadi Salim | 1 | -3/+3 |
2018-08-13 | net: sched: act_bpf method rename for grep-ability and consistency | Jamal Hadi Salim | 1 | -3/+3 |
2018-08-13 | net: sched: act_connmark method rename for grep-ability and consistency | Jamal Hadi Salim | 1 | -3/+3 |
2018-08-13 | l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache | Wei Wang | 1 | -1/+1 |
2018-08-13 | ipv6: Add icmp_echo_ignore_all support for ICMPv6 | Virgile Jarry | 2 | -3/+14 |
2018-08-13 | net/tls: Combined memory allocation for decryption request | Vakul Garg | 1 | -96/+142 |
2018-08-13 | bpf: Introduce bpf_skb_ancestor_cgroup_id helper | Andrey Ignatov | 1 | -0/+28 |
2018-08-11 | ip: process in-order fragments efficiently | Peter Oskolkov | 2 | -42/+70 |
2018-08-11 | ip: add helpers to process in-order fragments faster. | Peter Oskolkov | 1 | -0/+73 |
2018-08-11 | net: sched: act_police: remove dependency on rtnl lock | Vlad Buslov | 1 | -3/+6 |
2018-08-11 | net: core: protect rate estimator statistics pointer with lock | Vlad Buslov | 1 | -8/+13 |
2018-08-11 | net: sched: act_mirred: remove dependency on rtnl lock | Vlad Buslov | 1 | -27/+51 |
2018-08-11 | net: sched: extend action ops with put_dev callback | Vlad Buslov | 2 | -1/+12 |
2018-08-11 | net: sched: act_vlan: remove dependency on rtnl lock | Vlad Buslov | 1 | -12/+15 |
2018-08-11 | net: sched: act_tunnel_key: remove dependency on rtnl lock | Vlad Buslov | 1 | -13/+13 |
2018-08-11 | net: sched: act_skbmod: remove dependency on rtnl lock | Vlad Buslov | 1 | -5/+9 |
2018-08-11 | net: sched: act_simple: remove dependency on rtnl lock | Vlad Buslov | 1 | -1/+5 |
2018-08-11 | net: sched: act_sample: remove dependency on rtnl lock | Vlad Buslov | 1 | -2/+10 |
2018-08-11 | net: sched: act_pedit: remove dependency on rtnl lock | Vlad Buslov | 1 | -20/+20 |
2018-08-11 | net: sched: act_ipt: remove dependency on rtnl lock | Vlad Buslov | 1 | -0/+3 |
2018-08-11 | net: sched: act_ife: remove dependency on rtnl lock | Vlad Buslov | 1 | -15/+25 |
2018-08-11 | net: sched: act_gact: remove dependency on rtnl lock | Vlad Buslov | 1 | -2/+8 |
2018-08-11 | net: sched: act_csum: remove dependency on rtnl lock | Vlad Buslov | 1 | -9/+15 |
2018-08-11 | net: sched: act_bpf: remove dependency on rtnl lock | Vlad Buslov | 1 | -3/+7 |