summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-09-22decnet: Remove unnecessary check for dev->nameNathan Chancellor1-1/+1
2018-09-22net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov3-3/+0
2018-09-22ipv6: discard IP frag queue on more errorsPeter Oskolkov1-5/+6
2018-09-22RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_statsNathan Chancellor1-1/+1
2018-09-22net/ipv4: avoid compile error in fib_info_nh_uses_devEric Dumazet1-1/+1
2018-09-22net_sched: sch_fq: remove dead code dealing with retransmitsEric Dumazet1-53/+5
2018-09-22tcp: switch tcp_internal_pacing() to tcp_wstamp_nsEric Dumazet1-13/+4
2018-09-22tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet3-17/+33
2018-09-22tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet2-2/+2
2018-09-22tcp: provide earliest departure time in skb->tstampEric Dumazet4-10/+9
2018-09-22tcp: add tcp_wstamp_ns socket fieldEric Dumazet1-0/+16
2018-09-22net_sched: sch_fq: switch to CLOCK_TAIEric Dumazet1-3/+3
2018-09-22tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet5-16/+19
2018-09-22devlink: double free in devlink_resource_fill()Dan Carpenter1-2/+1
2018-09-22net/tls: Add support for async encryption of records for performanceVakul Garg2-176/+464
2018-09-22net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill1-3/+1
2018-09-22netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti1-1/+2
2018-09-21ipv6: remove redundant null pointer check before kfree_skbzhong jiang1-4/+2
2018-09-21net: nci: remove redundant null pointer check before kfree_skbzhong jiang1-4/+2
2018-09-21ipv4: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-09-21net_sched: change tcf_del_walker() to take idrinfo->lockVlad Buslov2-3/+30
2018-09-21netfilter: nft_fib: Convert nft_fib4_eval to new dev helperDavid Ahern1-21/+6
2018-09-21netfilter: rpfilter: Convert rpfilter_lookup_reverse to new dev helperDavid Ahern1-16/+1
2018-09-21net/ipv4: Move device validation to helperDavid Ahern1-17/+27
2018-09-20sctp: update dst pmtu with the correct daddrXin Long1-2/+10
2018-09-20smc: generic netlink family should be __ro_after_initJohannes Berg1-1/+1
2018-09-20ip6_tunnel: be careful when accessing the inner headerPaolo Abeni1-2/+11
2018-09-20ipv6: Allow the l3mdev to be a loopbackRobert Shearman3-2/+5
2018-09-20net: linkwatch: add check for netdevice being present to linkwatch_do_devHeiner Kallweit1-1/+1
2018-09-20net: core: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang1-5/+5
2018-09-20net: sched: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang1-1/+1
2018-09-20net: iucv: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang1-1/+1
2018-09-20Merge tag 'batadv-next-for-davem-20180919' of git://git.open-mesh.org/linux-m...David S. Miller15-411/+323
2018-09-20Merge tag 'batadv-net-for-davem-20180919' of git://git.open-mesh.org/linux-mergeDavid S. Miller9-41/+88
2018-09-19ipv6: fix memory leak on dst->_metricsWei Wang1-1/+4
2018-09-19Revert "ipv6: fix double refcount of fib6_metrics"Wei Wang1-0/+4
2018-09-19net/smc: fix sizeof to int comparisonYueHaibing1-8/+6
2018-09-19net/smc: no urgent data check for listen socketsKarsten Graul1-2/+2
2018-09-19net/smc: enable fallback for connection abort in state INITUrsula Braun1-7/+7
2018-09-19net/smc: remove duplicate mutex_unlockUrsula Braun1-6/+9
2018-09-19net/smc: fix non-blocking connect problemUrsula Braun1-2/+5
2018-09-19NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan1-0/+10
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-106/+168
2018-09-18net/ipv6: do not copy dst flags on rt initPeter Oskolkov1-2/+0
2018-09-18net/ipv4: defensive cipso option parsingStefan Nuernberger1-4/+7
2018-09-18net: caif: remove redundant null check on frontpktColin Ian King1-3/+0
2018-09-18Revert "kcm: remove any offset before parsing messages"David S. Miller1-25/+1
2018-09-18kcm: remove any offset before parsing messagesDominique Martinet1-1/+25
2018-09-17net: dsa: remove redundant null pointer check before put_devicezhong jiang1-2/+1
2018-09-17net: rds: use memset to optimize the recvZhu Yanjun1-4/+1