summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2019-09-13sctp: destroy bucket if failed to bind addrMao Wenan-4/+6
2019-09-13sctp: remove redundant assignment when call sctp_get_port_localMao Wenan-2/+1
2019-09-13sctp: change return type of sctp_get_port_localMao Wenan-4/+4
2019-09-12sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET-1/+1
2019-09-12net: qrtr: fix memort leak in qrtr_tun_write_iterNavid Emamdoost-1/+4
2019-09-12net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan-0/+2
2019-09-12ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET-1/+1
2019-09-11tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell-1/+1
2019-09-11net/rds: An rds_sock is added too early to the hash tableKa-Cheong Poon-22/+18
2019-09-11mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen-10/+8
2019-09-10sctp: fix the missing put_user when dumping transport thresholdsXin Long-1/+2
2019-09-10sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang-1/+1
2019-09-10net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang-0/+2
2019-09-10bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel-1/+1
2019-09-07net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani-0/+19
2019-09-07ipv6: addrconf_f6i_alloc - fix non-null pointer check to !IS_ERR()Maciej Żenczykowski-1/+1
2019-09-06net: sched: fix reordering issuesEric Dumazet-2/+7
2019-09-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-33/+29
2019-09-05net: Properly update v4 routes with v6 nexthopDonald Sharp-12/+14
2019-09-05ipv6: Fix RTA_MULTIPATH with nexthop objectsDavid Ahern-1/+1
2019-09-05net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend-0/+3
2019-09-05tipc: add NULL pointer check before calling kfree_rcuXin Long-1/+2
2019-09-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-13/+1
2019-09-05Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann-13/+1
2019-09-05net-ipv6: fix excessive RTF_ADDRCONF flag on ::1/128 local route (and others)Maciej Żenczykowski-2/+6
2019-09-05sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long-1/+1
2019-09-05rxrpc: Fix misplaced tracelineDavid Howells-1/+1
2019-09-03netfilter: nf_flow_table: set default timeout after successful insertionPablo Neira Ayuso-1/+1
2019-09-03netfilter: ctnetlink: honor IPS_OFFLOAD flagPablo Neira Ayuso-2/+5
2019-09-03netfilter: nft_fib_netdev: Terminate rule eval if protocol=IPv6 and ipv6 modu...Leonardo Bras-0/+3
2019-09-02netfilter: nft_socket: fix erroneous socket assignmentFernando Fernandez Mancera-3/+3
2019-09-02netfilter: bridge: Drops IPv6 packets if IPv6 module is not loadedLeonardo Bras-0/+4
2019-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-402/+584
2019-08-31net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean-8/+11
2019-08-31taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean-10/+13
2019-08-31taprio: Fix kernel panic in taprio_destroyVladimir Oltean-4/+4
2019-08-31Merge tag 'batadv-net-for-davem-20190830' of git://git.open-mesh.org/linux-mergeDavid S. Miller-13/+25
2019-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-7/+11
2019-08-30rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells-5/+50
2019-08-30Merge tag 'rxrpc-fixes-20190827' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller-237/+291
2019-08-30Merge tag 'ceph-for-5.3-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds-2/+4
2019-08-30netfilter: nft_meta_bridge: Fix get NFT_META_BRI_IIFVPROTO in network byteorderwenxu-1/+1
2019-08-29mac80211: Correctly set noencrypt for PAE framesDenis Kenzior-1/+1
2019-08-29mac80211: Don't memset RXCB prior to PAE interceptDenis Kenzior-2/+2
2019-08-29netfilter: nf_flow_table: clear skb tstamp before xmitFlorian Westphal-1/+2
2019-08-28net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueDavide Caratti-2/+6
2019-08-28tcp: inherit timestamp on mtu probeWillem de Bruijn-1/+2
2019-08-28net: sched: act_sample: fix psample group handling on overwriteVlad Buslov-2/+6
2019-08-28openvswitch: Clear the L4 portion of the key for "later" fragments.Justin Pettit-1/+4
2019-08-28openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose-66/+95