summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-06-23net/sched: cbs: Fix error path of cbs_module_initYueHaibing
2019-06-22netns: restore ops before calling ops_exit_listLi RongQing
2019-06-22tipc: change to use register_pernet_deviceXin Long
2019-06-22ipv6: Error when route does not have any valid nexthopsIdo Schimmel
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel
2019-06-22Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-21netfilter: nf_tables: add support for matching IPv4 optionsStephen Suryaputra
2019-06-21ipvs: defer hook registration to avoid leaksJulian Anastasov
2019-06-21netfilter: synproxy: fix manual bump of the reference counterFernando Fernandez Mancera
2019-06-21netfilter: bridge: Fix non-untagged fragment packetwenxu
2019-06-216lowpan: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-21ipsec: select crypto ciphers for xfrm_algoArnd Bergmann
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei
2019-06-20rpc_pipefs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein
2019-06-20netfilter: bridge: prevent UAF in brnf_exit_net()Christian Brauner
2019-06-20netfilter: synproxy: use nf_cookie_v6_check() from corePablo Neira Ayuso
2019-06-20netfilter: synproxy: fix building syncookie callsArnd Bergmann
2019-06-20net/lib80211: move TKIP handling to ARC4 library codeArd Biesheuvel
2019-06-20net/lib80211: move WEP handling to ARC4 library codeArd Biesheuvel
2019-06-20net/mac80211: move WEP handling to ARC4 library interfaceArd Biesheuvel
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-06-19inet: clear num_timeout reqsk_alloc()Eric Dumazet
2019-06-19net/ipv4: fib_trie: Avoid cryptic ternary expressionsMatthias Kaehlcke
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-19netfilter: nf_tables: enable set expiration time for set elementsLaura Garcia Liebana
2019-06-19netfilter: nft_ct: fix null pointer in ct expectations supportStéphane Veyret
2019-06-19netfilter: synproxy: ensure zero is returned on non-error return pathColin Ian King
2019-06-19inet: fix various use-after-free in defrags unitsEric Dumazet
2019-06-19netns: add pre_exit method to struct pernet_operationsEric Dumazet
2019-06-19page_pool: make sure struct device is stableJesper Dangaard Brouer
2019-06-19page_pool: add tracepoints for page_pool with details need by XDPJesper Dangaard Brouer
2019-06-19xdp: add tracepoints for XDP memJesper Dangaard Brouer
2019-06-19xdp: force mem allocator removal and periodic warningJesper Dangaard Brouer
2019-06-19xdp: tracking page_pool resources and safe removalJesper Dangaard Brouer
2019-06-19page_pool: introduce page_pool_free and use in mlx5Jesper Dangaard Brouer
2019-06-19xdp: page_pool related fix to cpumapJesper Dangaard Brouer
2019-06-19xdp: fix leak of IDA cyclic id if rhashtable_insert_slow failsJesper Dangaard Brouer
2019-06-19net: page_pool: add helper function to unmap dma addressesIlias Apalodimas