Age | Commit message (Expand) | Author | Files | Lines |
2018-09-24 | tls: Fixed uninitialised vars warning | Vakul Garg | 1 | -2/+2 |
2018-09-24 | net/tls: Fixed race condition in async encryption | Vakul Garg | 2 | -53/+32 |
2018-09-24 | neighbour: send netlink notification if NTF_ROUTER changes | Roopa Prabhu | 1 | -5/+2 |
2018-09-24 | neighbour: allow admin to set NTF_ROUTER | Roopa Prabhu | 1 | -2/+7 |
2018-09-24 | net/sched: Add hardware specific counters to TC actions | Eelco Chaudron | 3 | -5/+20 |
2018-09-24 | net/core: Add new basic hardware counter | Eelco Chaudron | 1 | -19/+54 |
2018-09-21 | decnet: Remove unnecessary check for dev->name | Nathan Chancellor | 1 | -1/+1 |
2018-09-21 | net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_net | Peter Oskolkov | 3 | -3/+0 |
2018-09-21 | ipv6: discard IP frag queue on more errors | Peter Oskolkov | 1 | -5/+6 |
2018-09-21 | net/ipv4: avoid compile error in fib_info_nh_uses_dev | Eric Dumazet | 1 | -1/+1 |
2018-09-21 | net_sched: sch_fq: remove dead code dealing with retransmits | Eric Dumazet | 1 | -53/+5 |
2018-09-21 | tcp: switch tcp_internal_pacing() to tcp_wstamp_ns | Eric Dumazet | 1 | -13/+4 |
2018-09-21 | tcp: switch tcp and sch_fq to new earliest departure time model | Eric Dumazet | 3 | -17/+33 |
2018-09-21 | tcp: switch internal pacing timer to CLOCK_TAI | Eric Dumazet | 2 | -2/+2 |
2018-09-21 | tcp: provide earliest departure time in skb->tstamp | Eric Dumazet | 4 | -10/+9 |
2018-09-21 | tcp: add tcp_wstamp_ns socket field | Eric Dumazet | 1 | -0/+16 |
2018-09-21 | net_sched: sch_fq: switch to CLOCK_TAI | Eric Dumazet | 1 | -3/+3 |
2018-09-21 | tcp: introduce tcp_skb_timestamp_us() helper | Eric Dumazet | 5 | -16/+19 |
2018-09-21 | net/tls: Add support for async encryption of records for performance | Vakul Garg | 2 | -176/+464 |
2018-09-21 | ipv6: remove redundant null pointer check before kfree_skb | zhong jiang | 1 | -4/+2 |
2018-09-21 | net: nci: remove redundant null pointer check before kfree_skb | zhong jiang | 1 | -4/+2 |
2018-09-21 | ipv4: remove redundant null pointer check before kfree_skb | zhong jiang | 1 | -2/+1 |
2018-09-21 | net_sched: change tcf_del_walker() to take idrinfo->lock | Vlad Buslov | 2 | -3/+30 |
2018-09-20 | netfilter: nft_fib: Convert nft_fib4_eval to new dev helper | David Ahern | 1 | -21/+6 |
2018-09-20 | netfilter: rpfilter: Convert rpfilter_lookup_reverse to new dev helper | David Ahern | 1 | -16/+1 |
2018-09-20 | net/ipv4: Move device validation to helper | David Ahern | 1 | -17/+27 |
2018-09-19 | ipv6: Allow the l3mdev to be a loopback | Robert Shearman | 3 | -2/+5 |
2018-09-19 | net: linkwatch: add check for netdevice being present to linkwatch_do_dev | Heiner Kallweit | 1 | -1/+1 |
2018-09-19 | net: core: Use FIELD_SIZEOF directly instead of reimplementing its function | zhong jiang | 1 | -5/+5 |
2018-09-19 | net: sched: Use FIELD_SIZEOF directly instead of reimplementing its function | zhong jiang | 1 | -1/+1 |
2018-09-19 | net: iucv: Use FIELD_SIZEOF directly instead of reimplementing its function | zhong jiang | 1 | -1/+1 |
2018-09-19 | Merge tag 'batadv-next-for-davem-20180919' of git://git.open-mesh.org/linux-m... | David S. Miller | 15 | -411/+323 |
2018-09-18 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 15 | -106/+168 |
2018-09-17 | net/ipv6: do not copy dst flags on rt init | Peter Oskolkov | 1 | -2/+0 |
2018-09-17 | net/ipv4: defensive cipso option parsing | Stefan Nuernberger | 1 | -4/+7 |
2018-09-17 | net: caif: remove redundant null check on frontpkt | Colin Ian King | 1 | -3/+0 |
2018-09-17 | Revert "kcm: remove any offset before parsing messages" | David S. Miller | 1 | -25/+1 |
2018-09-17 | kcm: remove any offset before parsing messages | Dominique Martinet | 1 | -1/+25 |
2018-09-17 | net: dsa: remove redundant null pointer check before put_device | zhong jiang | 1 | -2/+1 |
2018-09-17 | net: rds: use memset to optimize the recv | Zhu Yanjun | 1 | -4/+1 |
2018-09-17 | net: dsa: tag_gswip: Add gswip to dsa_tag_protocol_to_str() | Hauke Mehrtens | 1 | -0/+3 |
2018-09-17 | tls: fix currently broken MSG_PEEK behavior | Daniel Borkmann | 1 | -0/+8 |
2018-09-17 | tls: async support causes out-of-bounds access in crypto APIs | John Fastabend | 1 | -16/+23 |
2018-09-17 | ipv6: fix possible use-after-free in ip6_xmit() | Eric Dumazet | 1 | -4/+2 |
2018-09-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -1/+2 |
2018-09-16 | ip6_gre: simplify gre header parsing in ip6gre_err | Haishuang Yan | 1 | -22/+4 |
2018-09-16 | ip_gre: fix parsing gre header in ipgre_err | Haishuang Yan | 2 | -9/+7 |
2018-09-16 | net/sched: act_police: don't use spinlock in the data path | Davide Caratti | 1 | -64/+92 |
2018-09-16 | net/sched: act_police: use per-cpu counters | Davide Caratti | 1 | -24/+22 |
2018-09-16 | udp6: add missing checks on edumux packet processing | Paolo Abeni | 1 | -28/+37 |