summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-09-24tls: Fixed uninitialised vars warningVakul Garg
2018-09-24net/tls: Fixed race condition in async encryptionVakul Garg
2018-09-24neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu
2018-09-24neighbour: allow admin to set NTF_ROUTERRoopa Prabhu
2018-09-24net/sched: Add hardware specific counters to TC actionsEelco Chaudron
2018-09-24net/core: Add new basic hardware counterEelco Chaudron
2018-09-21decnet: Remove unnecessary check for dev->nameNathan Chancellor
2018-09-21net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov
2018-09-21ipv6: discard IP frag queue on more errorsPeter Oskolkov
2018-09-21net/ipv4: avoid compile error in fib_info_nh_uses_devEric Dumazet
2018-09-21net_sched: sch_fq: remove dead code dealing with retransmitsEric Dumazet
2018-09-21tcp: switch tcp_internal_pacing() to tcp_wstamp_nsEric Dumazet
2018-09-21tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet
2018-09-21tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet
2018-09-21tcp: add tcp_wstamp_ns socket fieldEric Dumazet
2018-09-21net_sched: sch_fq: switch to CLOCK_TAIEric Dumazet
2018-09-21tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet
2018-09-21net/tls: Add support for async encryption of records for performanceVakul Garg
2018-09-21ipv6: remove redundant null pointer check before kfree_skbzhong jiang
2018-09-21net: nci: remove redundant null pointer check before kfree_skbzhong jiang
2018-09-21ipv4: remove redundant null pointer check before kfree_skbzhong jiang
2018-09-21net_sched: change tcf_del_walker() to take idrinfo->lockVlad Buslov
2018-09-20netfilter: nft_fib: Convert nft_fib4_eval to new dev helperDavid Ahern
2018-09-20netfilter: rpfilter: Convert rpfilter_lookup_reverse to new dev helperDavid Ahern
2018-09-20net/ipv4: Move device validation to helperDavid Ahern
2018-09-19ipv6: Allow the l3mdev to be a loopbackRobert Shearman
2018-09-19net: linkwatch: add check for netdevice being present to linkwatch_do_devHeiner Kallweit
2018-09-19net: core: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang
2018-09-19net: sched: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang
2018-09-19net: iucv: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang
2018-09-19Merge tag 'batadv-next-for-davem-20180919' of git://git.open-mesh.org/linux-m...David S. Miller
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-17net/ipv6: do not copy dst flags on rt initPeter Oskolkov
2018-09-17net/ipv4: defensive cipso option parsingStefan Nuernberger
2018-09-17net: caif: remove redundant null check on frontpktColin Ian King
2018-09-17Revert "kcm: remove any offset before parsing messages"David S. Miller
2018-09-17kcm: remove any offset before parsing messagesDominique Martinet
2018-09-17net: dsa: remove redundant null pointer check before put_devicezhong jiang
2018-09-17net: rds: use memset to optimize the recvZhu Yanjun
2018-09-17net: dsa: tag_gswip: Add gswip to dsa_tag_protocol_to_str()Hauke Mehrtens
2018-09-17tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann
2018-09-17tls: async support causes out-of-bounds access in crypto APIsJohn Fastabend
2018-09-17ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet
2018-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-09-16ip6_gre: simplify gre header parsing in ip6gre_errHaishuang Yan
2018-09-16ip_gre: fix parsing gre header in ipgre_errHaishuang Yan
2018-09-16net/sched: act_police: don't use spinlock in the data pathDavide Caratti
2018-09-16net/sched: act_police: use per-cpu countersDavide Caratti
2018-09-16udp6: add missing checks on edumux packet processingPaolo Abeni