summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-02-28unix: uses an atomic type for scm files accountingPaolo Abeni1-15/+6
2020-02-28net: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva3-3/+3
2020-02-28ipv6: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-28net: dccp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-28l2tp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-28net: mpls: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-28xdp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller27-276/+586
2020-02-27vsock: fix potential deadlock in transport->release()Stefano Garzarella3-13/+12
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King1-1/+2
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-1/+3
2020-02-27unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller1-1/+1
2020-02-27unix: define and set show_fdinfo only if procfs is enabledTobias Klauser1-0/+4
2020-02-27net: switchdev: do not propagate bridge updates across bridgesRussell King1-0/+9
2020-02-27net/smc: check for valid ib_client_dataKarsten Graul1-0/+2
2020-02-27net: qrtr: Fix error pointer vs NULL bugsDan Carpenter1-2/+2
2020-02-27mptcp: add dummy icsk_sync_mss()Paolo Abeni1-0/+6
2020-02-27mptcp: defer work schedule until mptcp lock is releasedPaolo Abeni1-2/+36
2020-02-27mptcp: avoid work queue scheduling if possibleFlorian Westphal3-4/+31
2020-02-27mptcp: remove mptcp_read_actorFlorian Westphal3-39/+13
2020-02-27mptcp: add rmem queue accountingFlorian Westphal1-1/+17
2020-02-27mptcp: update mptcp ack sequence from work queueFlorian Westphal1-69/+165
2020-02-27mptcp: add work queue skeletonPaolo Abeni2-0/+23
2020-02-27mptcp: add and use mptcp_data_ready helperFlorian Westphal3-10/+13
2020-02-27af_llc: fix if-statement empty body warningRandy Dunlap1-1/+1
2020-02-27net/smc: improve peer ID in CLC decline for SMC-RHans Wippel3-2/+4
2020-02-27net/smc: rework peer ID handlingHans Wippel1-7/+12
2020-02-27tcp-zerocopy: Update returned getsockopt() optlen.Arjun Roy1-1/+4
2020-02-27ipv6: restrict IPV6_ADDRFORM operationEric Dumazet1-2/+8
2020-02-27net/smc: fix cleanup for linkgroup setup failuresUrsula Braun3-11/+28
2020-02-27net: fix sysfs permssions when device changes network namespaceChristian Brauner1-1/+8
2020-02-27net-sysfs: add queue_change_owner()Christian Brauner1-0/+106
2020-02-27net-sysfs: add netdev_change_owner()Christian Brauner2-0/+29
2020-02-27sched: act: count in the size of action flags bitfieldJiri Pirko1-0/+1
2020-02-27net: core: devlink.c: Use built-in RCU list checkingMadhuparna Bhowmik1-9/+10
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-217/+474
2020-02-27netfilter: xt_hashlimit: unregister proc file before releasing mutexCong Wang1-10/+6
2020-02-26ethtool: limit bitset sizeMichal Kubecek2-1/+4
2020-02-26net: Fix Tx hash bound checkingAmritha Nambiar1-0/+2
2020-02-26nft_set_pipapo: Actually fetch key data in nft_pipapo_remove()Stefano Brivio1-2/+4
2020-02-26Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2-205/+464
2020-02-25devlink: extend devlink_trap_report() to accept cookie and passJiri Pirko1-3/+8
2020-02-25drop_monitor: extend by passing cookie from driverJiri Pirko1-1/+32
2020-02-25devlink: add trap metadata type for cookieJiri Pirko1-0/+3
2020-02-25flow_offload: pass action cookie through offload structuresJiri Pirko2-1/+51
2020-02-25Merge tag 'mac80211-for-net-2020-02-24' of git://git.kernel.org/pub/scm/linux...David S. Miller4-9/+6
2020-02-25Merge tag 'mac80211-next-for-net-next-2020-02-24' of git://git.kernel.org/pub...David S. Miller20-97/+715
2020-02-25net: qrtr: fix spelling mistake "serivce" -> "service"Colin Ian King1-1/+1
2020-02-25net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese2-0/+118
2020-02-25af_unix: Add missing annotation for unix_wait_for_peer()Jules Irenge1-0/+1