summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-2524-91/+183
|\
| * ip_tunnel: be careful when accessing the inner headerPaolo Abeni2018-09-241-0/+9
| * mpls: allow routes on ip6gre devicesSaif Hasan2018-09-241-1/+5
| * netpoll: make ndo_poll_controller() optionalEric Dumazet2018-09-231-12/+7
| * rds: Fix build regression.David S. Miller2018-09-231-1/+1
| * net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski2018-09-221-0/+1
| * RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_statsNathan Chancellor2018-09-211-1/+1
| * devlink: double free in devlink_resource_fill()Dan Carpenter2018-09-211-2/+1
| * net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill2018-09-211-3/+1
| * netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti2018-09-211-1/+2
| * sctp: update dst pmtu with the correct daddrXin Long2018-09-201-2/+10
| * smc: generic netlink family should be __ro_after_initJohannes Berg2018-09-201-1/+1
| * ip6_tunnel: be careful when accessing the inner headerPaolo Abeni2018-09-191-2/+11
| * Merge tag 'batadv-net-for-davem-20180919' of git://git.open-mesh.org/linux-mergeDavid S. Miller2018-09-199-41/+88
| |\
| | * batman-adv: Increase version number to 2018.3Sven Eckelmann2018-09-141-1/+1
| | * batman-adv: fix hardif_neigh refcount on queue_work() failureMarek Lindner2018-09-071-2/+6
| | * batman-adv: fix backbone_gw refcount on queue_work() failureMarek Lindner2018-09-071-2/+8
| | * batman-adv: Prevent duplicated tvlv handlerSven Eckelmann2018-09-061-2/+6
| | * batman-adv: Prevent duplicated global TT entrySven Eckelmann2018-09-061-2/+4
| | * batman-adv: Prevent duplicated softif_vlan entrySven Eckelmann2018-09-061-7/+18
| | * batman-adv: Prevent duplicated nc_node entrySven Eckelmann2018-09-061-12/+15
| | * batman-adv: Prevent duplicated gateway_node entrySven Eckelmann2018-09-061-2/+9
| | * batman-adv: Fix segfault when writing to sysfs elp_intervalSven Eckelmann2018-09-061-8/+17
| | * batman-adv: Fix segfault when writing to throughput_overrideSven Eckelmann2018-09-061-2/+3
| | * batman-adv: Avoid probe ELP information leakSven Eckelmann2018-09-061-1/+1
| * | ipv6: fix memory leak on dst->_metricsWei Wang2018-09-181-1/+4
| * | Revert "ipv6: fix double refcount of fib6_metrics"Wei Wang2018-09-181-0/+4
| * | net/smc: fix sizeof to int comparisonYueHaibing2018-09-181-8/+6
| * | net/smc: no urgent data check for listen socketsKarsten Graul2018-09-181-2/+2
| * | net/smc: enable fallback for connection abort in state INITUrsula Braun2018-09-181-7/+7
| * | net/smc: remove duplicate mutex_unlockUrsula Braun2018-09-181-6/+9
| * | net/smc: fix non-blocking connect problemUrsula Braun2018-09-181-2/+5
| * | NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan2018-09-181-0/+10
* | | tls: Fixed uninitialised vars warningVakul Garg2018-09-241-2/+2
* | | net/tls: Fixed race condition in async encryptionVakul Garg2018-09-242-53/+32
* | | neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu2018-09-241-5/+2
* | | neighbour: allow admin to set NTF_ROUTERRoopa Prabhu2018-09-241-2/+7
* | | net/sched: Add hardware specific counters to TC actionsEelco Chaudron2018-09-243-5/+20
* | | net/core: Add new basic hardware counterEelco Chaudron2018-09-241-19/+54
* | | decnet: Remove unnecessary check for dev->nameNathan Chancellor2018-09-211-1/+1
* | | net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov2018-09-213-3/+0
* | | ipv6: discard IP frag queue on more errorsPeter Oskolkov2018-09-211-5/+6
* | | net/ipv4: avoid compile error in fib_info_nh_uses_devEric Dumazet2018-09-211-1/+1
* | | net_sched: sch_fq: remove dead code dealing with retransmitsEric Dumazet2018-09-211-53/+5
* | | tcp: switch tcp_internal_pacing() to tcp_wstamp_nsEric Dumazet2018-09-211-13/+4
* | | tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet2018-09-213-17/+33
* | | tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet2018-09-212-2/+2
* | | tcp: provide earliest departure time in skb->tstampEric Dumazet2018-09-214-10/+9
* | | tcp: add tcp_wstamp_ns socket fieldEric Dumazet2018-09-211-0/+16
* | | net_sched: sch_fq: switch to CLOCK_TAIEric Dumazet2018-09-211-3/+3
OpenPOWER on IntegriCloud