aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-07-22Merge branch 'master-5.2'Bruce Ashfield
2019-07-05Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-07-03Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa
2019-06-29Merge tag 'nfs-for-5.2-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-06-28SUNRPC: Fix up calculation of client message lengthTrond Myklebust
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-26af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman
2019-06-26sctp: change to hold sk after auth shkey is created successfullyXin Long
2019-06-26ipv6: fix neighbour resolution with raw socketNicolas Dichtel
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel
2019-06-26ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra
2019-06-26net/smc: Fix error path in smc_initYueHaibing
2019-06-26net/smc: hold conns_lock before calling smc_lgr_register_conn()Huaping Zhou
2019-06-25net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"Eiichi Tsukata
2019-06-25ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra
2019-06-24tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long
2019-06-24net/packet: fix memory leak in packet_set_ring()Eric Dumazet
2019-06-24net/tls: fix page double free on TX cleanupDirk van der Merwe
2019-06-23net/sched: cbs: Fix error path of cbs_module_initYueHaibing
2019-06-22tipc: change to use register_pernet_deviceXin Long
2019-06-22Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-21tcp: refine memory limit test in tcp_fragment()Eric Dumazet
2019-06-21Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-06-21SUNRPC: Fix a credential refcount leakTrond Myklebust
2019-06-21Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker
2019-06-21net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19inet: clear num_timeout reqsk_alloc()Eric Dumazet
2019-06-19ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern
2019-06-19svcrdma: Ignore source port when computing DRC hashChuck Lever
2019-06-19net/af_iucv: always register net_device notifierJulian Wiedmann
2019-06-19net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann
2019-06-19net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-06-18hvsock: fix epollout hang from race conditionSunil Muthuswamy
2019-06-18net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen
2019-06-18net: netem: fix use after free and double free with packet corruptionJakub Kicinski
2019-06-18net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski
2019-06-18tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long
2019-06-18ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long
2019-06-18net: remove duplicate fetch in sock_getsockoptJingYi Hou