summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xdp: fix race on generic receive pathIlya Maximets2019-07-261-9/+22
* Bluetooth: validate BLE connection interval updatescsonsino2019-07-262-1/+13
* Bluetooth: hidp: NUL terminate a string in the compat ioctlDan Carpenter2019-07-262-1/+2
* Bluetooth: Check state in l2cap_disconnect_rspMatias Karhumaa2019-07-261-0/+6
* Bluetooth: 6lowpan: search for destination address in all peersJosua Mayer2019-07-261-4/+10
* netfilter: Fix remainder of pseudo-header protocol 0He Zhe2019-07-263-4/+5
* xsk: Properly terminate assignment in xskq_produce_flush_descNathan Chancellor2019-07-261-1/+1
* netfilter: ctnetlink: Fix regression in conntrack entry deletionFelix Kaechele2019-07-261-3/+4
* ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2019-07-262-66/+72
* ipvs: defer hook registration to avoid leaksJulian Anastasov2019-07-261-7/+14
* ipsec: select crypto ciphers for xfrm_algoArnd Bergmann2019-07-261-0/+2
* xfrm: fix sa selector validationNicolas Dichtel2019-07-261-0/+3
* ipset: Fix memory accounting for hash types on resizeStefano Brivio2019-07-261-1/+1
* netfilter: ipset: fix a missing check of nla_parseAditya Pakki2019-07-261-3/+7
* batman-adv: Fix duplicated OGMs on NETDEV_UPSven Eckelmann2019-07-263-2/+8
* xfrm: Fix xfrm sel prefix length validationAnirudh Gupta2019-07-261-0/+16
* af_key: fix leaks in key_pol_get_resp and dump_sp.Jeremy Sowden2019-07-261-2/+6
* batman-adv: fix for leaked TVLV handler.Jeremy Sowden2019-07-261-0/+2
* Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-07-051-1/+6
|\
| * svcrdma: Ignore source port when computing DRC hashChuck Lever2019-06-191-1/+6
* | Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa2019-07-031-1/+1
* | Merge tag 'nfs-for-5.2-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-06-291-8/+8
|\ \
| * | SUNRPC: Fix up calculation of client message lengthTrond Myklebust2019-06-281-8/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-2816-28/+114
|\ \ \
| * | | af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman2019-06-262-3/+18
| * | | sctp: change to hold sk after auth shkey is created successfullyXin Long2019-06-261-4/+4
| * | | ipv6: fix neighbour resolution with raw socketNicolas Dichtel2019-06-261-1/+2
| * | | ipv6: constify rt6_nexthop()Nicolas Dichtel2019-06-263-4/+4
| * | | ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra2019-06-262-0/+45
| * | | net/smc: Fix error path in smc_initYueHaibing2019-06-261-1/+4
| * | | net/smc: hold conns_lock before calling smc_lgr_register_conn()Huaping Zhou2019-06-261-0/+3
| * | | net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"Eiichi Tsukata2019-06-251-1/+1
| * | | ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra2019-06-251-1/+1
| * | | tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long2019-06-241-3/+15
| * | | net/packet: fix memory leak in packet_set_ring()Eric Dumazet2019-06-241-1/+2
| * | | net/tls: fix page double free on TX cleanupDirk van der Merwe2019-06-241-1/+2
| * | | net/sched: cbs: Fix error path of cbs_module_initYueHaibing2019-06-231-2/+7
| * | | tipc: change to use register_pernet_deviceXin Long2019-06-221-6/+6
* | | | Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-06-222-14/+37
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-2116-95/+96
|\ \ \
| * | | tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-211-1/+2
| * | | inet: clear num_timeout reqsk_alloc()Eric Dumazet2019-06-192-8/+0
| * | | ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern2019-06-191-1/+1
| * | | net/af_iucv: always register net_device notifierJulian Wiedmann2019-06-191-7/+20
| * | | net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann2019-06-191-5/+11
| * | | net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann2019-06-191-1/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-06-183-14/+14
| |\ \ \
| | * | | netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault2019-06-071-3/+7
| | * | | netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault2019-06-041-7/+5
| | * | | netfilter: nf_tables: fix module autoload with inet familyPablo Neira Ayuso2019-05-312-4/+2