summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever2020-06-291-0/+4
* sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin2020-06-291-0/+1
* netfilter: ipset: fix unaligned atomic accessRussell King2020-06-291-0/+2
* mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai2020-06-291-0/+1
* net: core: reduce recursion limit valueTaehee Yoo2020-06-291-1/+1
* net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-291-0/+2
* net: Fix the arp error in some casesguodeqing2020-06-291-1/+1
* sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-293-1/+6
* tcp: grow window for OOO packets only for SACK flowsEric Dumazet2020-06-291-2/+10
* ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo2020-06-291-3/+6
* tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-291-0/+2
* ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo2020-06-291-6/+8
* net: fix memleak in register_netdevice()Yang Yingliang2020-06-291-0/+7
* net: sched: export __netdev_watchdog_up()Valentin Longchamp2020-06-291-0/+1
* l2tp: Allow duplicate session creation with UDPRidge Kennedy2020-06-291-1/+6
* net: Revert "pkt_sched: fq: use proper locking in fq_dump_stats()"Toke Høiland-Jørgensen2020-06-291-18/+14
* net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish2020-06-291-22/+18
* sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner2020-06-291-1/+1
* net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'Fedor Tokarev2020-06-291-2/+2
* sunrpc: clean up properly in gss_mech_unregister()NeilBrown2020-06-202-9/+15
* sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown2020-06-201-2/+4
* netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supportedPablo Neira Ayuso2020-06-201-2/+2
* Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao2020-06-201-0/+1
* ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu2020-06-201-6/+7
* l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2020-06-112-14/+42
* l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet2020-06-111-0/+2
* vsock: fix timeout in vsock_accept()Stefano Garzarella2020-06-111-1/+1
* devinet: fix memleak in inetdev_init()Yang Yingliang2020-06-111-0/+1
* esp6: fix memleak on error path in esp6_inputZhen Lei2020-06-111-1/+3
* net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu2020-06-031-1/+1
* mac80211: fix memory leakSudip Mukherjee2020-06-031-0/+1
* netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso2020-06-031-1/+1
* netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso2020-06-032-32/+37
* netfilter: ipset: Fix subcounter update skipPhil Sutter2020-06-031-1/+1
* netfilter: nft_reject_bridge: enable reject with bridge vlanMichael Braun2020-06-031-0/+6
* ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long2020-06-031-1/+22
* vti4: eliminated some duplicate code.Jeremy Sowden2020-06-031-38/+22
* xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long2020-06-031-1/+2
* xfrm: fix a warning in xfrm_policy_insert_listXin Long2020-06-031-6/+1
* xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long2020-06-031-1/+1
* sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen2020-06-031-4/+5
* net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin2020-06-031-8/+6
* ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet2020-06-031-2/+4
* l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran2020-05-272-1/+3
* l2tp: initialise PPP sessions before registering themGuillaume Nault2020-05-271-31/+38
* l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault2020-05-271-53/+101
* l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault2020-05-271-32/+76
* l2tp: don't register sessions in l2tp_session_create()Guillaume Nault2020-05-274-20/+36
* l2tp: fix l2tp_eth module loadingGuillaume Nault2020-05-271-49/+2
* l2tp: pass tunnel pointer to ->session_create()Guillaume Nault2020-05-274-25/+17