summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-014-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-0111-187/+516
|\
| * bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau2020-02-281-0/+74
| * bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau2020-02-281-6/+277
| * inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau2020-02-286-59/+89
| * inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau2020-02-286-106/+68
| * bpf/tests: Use migrate disable instead of preempt disableDavid Miller2020-02-251-4/+4
| * bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2020-02-253-12/+4
* | net: datagram: drop 'destructor' argument from several helpersPaolo Abeni2020-02-284-27/+21
* | unix: uses an atomic type for scm files accountingPaolo Abeni2020-02-281-15/+6
* | net: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-283-3/+3
* | ipv6: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-282-2/+2
* | net: dccp: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
* | l2tp: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
* | net: mpls: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-2/+2
* | xdp: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-2827-276/+586
|\ \
| * | vsock: fix potential deadlock in transport->release()Stefano Garzarella2020-02-273-13/+12
| * | unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller2020-02-271-1/+1
| * | unix: define and set show_fdinfo only if procfs is enabledTobias Klauser2020-02-271-0/+4
| * | net/smc: check for valid ib_client_dataKarsten Graul2020-02-271-0/+2
| * | mptcp: add dummy icsk_sync_mss()Paolo Abeni2020-02-271-0/+6
| * | ipv6: restrict IPV6_ADDRFORM operationEric Dumazet2020-02-271-2/+8
| * | net/smc: fix cleanup for linkgroup setup failuresUrsula Braun2020-02-273-11/+28
| * | sched: act: count in the size of action flags bitfieldJiri Pirko2020-02-271-0/+1
| * | net: core: devlink.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-271-9/+10
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-02-274-217/+474
| |\ \
| | * | netfilter: xt_hashlimit: unregister proc file before releasing mutexCong Wang2020-02-261-10/+6
| | * | nft_set_pipapo: Actually fetch key data in nft_pipapo_remove()Stefano Brivio2020-02-261-2/+4
| | * | Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2020-02-262-205/+464
| | |\ \
| | | * | netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik2020-02-221-0/+2
| | | * | netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2020-02-222-205/+462
| * | | | ethtool: limit bitset sizeMichal Kubecek2020-02-262-1/+4
| * | | | net: Fix Tx hash bound checkingAmritha Nambiar2020-02-261-0/+2
| |/ / /
| * | | Merge tag 'mac80211-for-net-2020-02-24' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-02-254-9/+6
| |\ \ \
| | * | | mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik2020-02-241-1/+1
| | * | | nl80211: explicitly include if_vlan.hJohannes Berg2020-02-241-0/+1
| | * | | mac80211: Remove a redundant mutex unlockAndrei Otcheretianski2020-02-211-5/+1
| | * | | cfg80211: check reg_rule for NULL in handle_channel_custom()Johannes Berg2020-02-211-1/+1
| | * | | nl80211: fix potential leak in AP startJohannes Berg2020-02-211-2/+2
| * | | | net: bridge: fix stale eth hdr pointer in br_dev_xmitNikolay Aleksandrov2020-02-241-4/+2
| * | | | net: core: devlink.c: Hold devlink->lock from the beginning of devlink_dpipe_...Madhuparna Bhowmik2020-02-241-7/+14
| * | | | tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell2020-02-241-1/+5
| * | | | net: genetlink: return the error code when attribute parsing fails.Paolo Abeni2020-02-231-2/+3
| * | | | ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce2020-02-231-1/+6
* | | | | net: dsa: propagate resolved link config via mac_link_up()Russell King2020-02-271-1/+2
* | | | | net: phylink: propagate resolved link config via mac_link_up()Russell King2020-02-271-1/+3
* | | | | net: switchdev: do not propagate bridge updates across bridgesRussell King2020-02-271-0/+9
* | | | | net: qrtr: Fix error pointer vs NULL bugsDan Carpenter2020-02-271-2/+2
* | | | | mptcp: defer work schedule until mptcp lock is releasedPaolo Abeni2020-02-271-2/+36