summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net/ipv6: do not copy dst flags on rt initPeter Oskolkov2018-09-171-2/+0
* | Revert "kcm: remove any offset before parsing messages"David S. Miller2018-09-171-25/+1
* | kcm: remove any offset before parsing messagesDominique Martinet2018-09-171-1/+25
* | tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann2018-09-171-0/+8
* | ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet2018-09-171-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-09-161-1/+2
|\ \
| * | bpf: use __GFP_COMP while allocating pageTushar Dave2018-09-121-1/+2
* | | udp6: add missing checks on edumux packet processingPaolo Abeni2018-09-161-28/+37
* | | udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni2018-09-161-23/+26
* | | net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti2018-09-141-1/+1
* | | socket: fix struct ifreq size in compat ioctlJohannes Berg2018-09-131-8/+14
* | | gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-132-0/+2
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-09-131-3/+13
|\ \ \
| * | | Bluetooth: Use correct tfm to generate OOB dataMatias Karhumaa2018-09-111-1/+7
| * | | Bluetooth: SMP: Fix trying to use non-existent local OOB dataJohan Hedberg2018-09-111-2/+6
* | | | tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca2018-09-131-1/+1
* | | | tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-134-13/+23
* | | | tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca2018-09-131-4/+1