aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-09-24mpls: allow routes on ip6gre devicesSaif Hasan1-1/+5
2018-09-23netpoll: make ndo_poll_controller() optionalEric Dumazet1-12/+7
2018-09-23rds: Fix build regression.David S. Miller1-1/+1
2018-09-22net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski1-0/+1
2018-09-21RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_statsNathan Chancellor1-1/+1
2018-09-21devlink: double free in devlink_resource_fill()Dan Carpenter1-2/+1
2018-09-21net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill1-3/+1
2018-09-21netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti1-1/+2
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-19ip6_tunnel: be careful when accessing the inner headerPaolo Abeni1-2/+11
2018-09-19Merge tag 'batadv-net-for-davem-20180919' of git://git.open-mesh.org/linux-mergeDavid S. Miller9-41/+88
2018-09-18ipv6: fix memory leak on dst->_metricsWei Wang1-1/+4
2018-09-18Revert "ipv6: fix double refcount of fib6_metrics"Wei Wang1-0/+4
2018-09-18net/smc: fix sizeof to int comparisonYueHaibing1-8/+6
2018-09-18net/smc: no urgent data check for listen socketsKarsten Graul1-2/+2
2018-09-18net/smc: enable fallback for connection abort in state INITUrsula Braun1-7/+7
2018-09-18net/smc: remove duplicate mutex_unlockUrsula Braun1-6/+9
2018-09-18net/smc: fix non-blocking connect problemUrsula Braun1-2/+5
2018-09-18NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan1-0/+10
2018-09-17net/ipv6: do not copy dst flags on rt initPeter Oskolkov1-2/+0
2018-09-17Revert "kcm: remove any offset before parsing messages"David S. Miller1-25/+1
2018-09-17kcm: remove any offset before parsing messagesDominique Martinet1-1/+25
2018-09-17tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann1-0/+8
2018-09-17ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-4/+2
2018-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+2
2018-09-16udp6: add missing checks on edumux packet processingPaolo Abeni1-28/+37
2018-09-16udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni1-23/+26
2018-09-14batman-adv: Increase version number to 2018.3Sven Eckelmann1-1/+1
2018-09-14net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti1-1/+1
2018-09-13socket: fix struct ifreq size in compat ioctlJohannes Berg1-8/+14
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2-0/+2
2018-09-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller1-3/+13
2018-09-13tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca1-1/+1
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca4-13/+23
2018-09-13tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca1-4/+1
2018-09-13neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick1-5/+8
2018-09-13net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu1-1/+1
2018-09-13net_sched: notify filter deletion when deleting a chainCong Wang1-0/+2
2018-09-13ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long1-12/+30
2018-09-12bpf: use __GFP_COMP while allocating pageTushar Dave1-1/+2
2018-09-12tipc: check return value of __tipc_dump_start()Cong Wang1-1/+4
2018-09-12rds: fix two RCU related problemsCong Wang1-1/+4
2018-09-11erspan: fix error handling for erspan tunnelHaishuang Yan1-0/+3
2018-09-11erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan1-0/+2
2018-09-11tcp: rate limit synflood warnings furtherWillem de Bruijn1-2/+2
2018-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller18-99/+180
2018-09-11Bluetooth: Use correct tfm to generate OOB dataMatias Karhumaa1-1/+7
2018-09-11Bluetooth: SMP: Fix trying to use non-existent local OOB dataJohan Hedberg1-2/+6