summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean2019-09-161-4/+8
* taprio: Add support for hardware offloadingVinicius Costa Gomes2019-09-161-43/+366
* tcp: Add snd_wnd to TCP_INFOThomas Higdon2019-09-161-0/+1
* tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon2019-09-162-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-161-1/+1
|\
| * kcm: use BPF_PROG_RUNSami Tolvanen2019-09-061-1/+1
* | net: sched: use get_dev() action API in flow_action infraVlad Buslov2019-09-162-18/+16
* | net: sched: take reference to psample group in flow_action infraVlad Buslov2019-09-163-8/+52
* | net: sched: extend flow_action_entry with destructorVlad Buslov2019-09-161-32/+45
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-1529-121/+152
|\ \
| * | sctp: destroy bucket if failed to bind addrMao Wenan2019-09-131-4/+6
| * | sctp: remove redundant assignment when call sctp_get_port_localMao Wenan2019-09-131-2/+1
| * | sctp: change return type of sctp_get_port_localMao Wenan2019-09-131-4/+4
| * | sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET2019-09-121-1/+1
| * | net: qrtr: fix memort leak in qrtr_tun_write_iterNavid Emamdoost2019-09-121-1/+4
| * | net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-09-121-0/+2
| * | ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET2019-09-121-1/+1
| * | tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell2019-09-111-1/+1
| * | net/rds: An rds_sock is added too early to the hash tableKa-Cheong Poon2019-09-111-22/+18
| * | mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen2019-09-112-10/+8
| * | sctp: fix the missing put_user when dumping transport thresholdsXin Long2019-09-101-1/+2
| * | sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang2019-09-101-1/+1
| * | net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang2019-09-101-0/+2
| * | bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel2019-09-101-1/+1
| * | net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani2019-09-071-0/+19
| * | ipv6: addrconf_f6i_alloc - fix non-null pointer check to !IS_ERR()Maciej Żenczykowski2019-09-071-1/+1
| * | net: sched: fix reordering issuesEric Dumazet2019-09-061-2/+7
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-09-062-33/+29
| |\ \
| | * | xfrm: policy: avoid warning splat when merging nodesFlorian Westphal2019-08-201-2/+4
| | * | xfrm interface: fix management of phydevNicolas Dichtel2019-07-171-15/+17
| | * | xfrm interface: fix list corruption for x-netnsNicolas Dichtel2019-07-171-4/+4
| | * | xfrm interface: ifname may be wrong in logsNicolas Dichtel2019-07-171-9/+1
| | * | xfrm interface: avoid corruption on changelinkNicolas Dichtel2019-07-171-5/+5
| * | | net: Properly update v4 routes with v6 nexthopDonald Sharp2019-09-052-12/+14
| * | | ipv6: Fix RTA_MULTIPATH with nexthop objectsDavid Ahern2019-09-051-1/+1
| * | | net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend2019-09-051-0/+3
| * | | tipc: add NULL pointer check before calling kfree_rcuXin Long2019-09-051-1/+2
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-09-052-13/+1
| |\ \ \
| | * | | Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann2019-09-052-13/+1
| * | | | net-ipv6: fix excessive RTF_ADDRCONF flag on ::1/128 local route (and others)Maciej Żenczykowski2019-09-051-2/+6
| * | | | sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long2019-09-051-1/+1
| * | | | rxrpc: Fix misplaced tracelineDavid Howells2019-09-051-1/+1
| * | | | netfilter: nf_flow_table: set default timeout after successful insertionPablo Neira Ayuso2019-09-031-1/+1
| * | | | netfilter: ctnetlink: honor IPS_OFFLOAD flagPablo Neira Ayuso2019-09-031-2/+5
| * | | | netfilter: nft_fib_netdev: Terminate rule eval if protocol=IPv6 and ipv6 modu...Leonardo Bras2019-09-031-0/+3
| * | | | netfilter: nft_socket: fix erroneous socket assignmentFernando Fernandez Mancera2019-09-021-3/+3
| * | | | netfilter: bridge: Drops IPv6 packets if IPv6 module is not loadedLeonardo Bras2019-09-021-0/+4
* | | | | net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko2019-09-131-1/+20
* | | | | net: devlink: split reload op into twoJiri Pirko2019-09-131-4/+12
* | | | | ip: support SO_MARK cmsgWillem de Bruijn2019-09-137-8/+13