aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-12tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2-4/+13
2020-05-12mptcp: Initialize map_seq upon subflow establishmentChristoph Paasch1-0/+2
2020-05-12netfilter: nft_set_rbtree: Add missing expired checksPhil Sutter1-0/+11
2020-05-12netfilter: flowtable: set NF_FLOW_TEARDOWN flag on entry expirationPablo Neira Ayuso1-3/+5
2020-05-11net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig4-40/+39
2020-05-11net/scm: cleanup scm_detach_fdsChristoph Hellwig1-43/+51
2020-05-11net: add a CMSG_USER_DATA macroChristoph Hellwig1-2/+2
2020-05-11net: dsa: tag_sja1105: Constify dsa_device_opsFlorian Fainelli1-1/+1
2020-05-11net: dsa: ocelot: Constify dsa_device_opsFlorian Fainelli1-1/+1
2020-05-11Merge tag 'nfsd-5.7-rc-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds6-34/+84
2020-05-11netfilter: conntrack: fix infinite loop on rmmodFlorian Westphal1-1/+12
2020-05-11netfilter: flowtable: Remove WQ_MEM_RECLAIM from workqueueRoi Dayan1-1/+1
2020-05-11netfilter: flowtable: Add pending bit for offload workPaul Blakey1-1/+7
2020-05-11Bluetooth: Introduce debug feature when dynamic debug is disabledMarcel Holtmann3-0/+127
2020-05-11Bluetooth: Add support for experimental features configurationMarcel Holtmann1-0/+58
2020-05-11Bluetooth: Replace BT_DBG with bt_dev_dbg for security manager supportMarcel Holtmann1-4/+4
2020-05-11Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL optionMarcel Holtmann1-5/+7
2020-05-11Bluetooth: Replace BT_DBG with bt_dev_dbg for management supportMarcel Holtmann1-111/+110
2020-05-11Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported listMarcel Holtmann1-0/+1
2020-05-11Bluetooth: L2CAP: Fix errors during L2CAP_CREDIT_BASED_CONNECTION_REQ (0x17)Konstantin Forostyan1-2/+2
2020-05-11Bluetooth: Fix advertising handle is set to 0Tedd Ho-Jeong An1-3/+3
2020-05-10net: dsa: sja1105: implement cross-chip bridging operationsVladimir Oltean1-0/+151
2020-05-10net: dsa: introduce a dsa_switch_find functionVladimir Oltean1-0/+21
2020-05-10net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean3-8/+37
2020-05-10net: bridge: allow enslaving some DSA master network devicesVladimir Oltean3-13/+48
2020-05-10netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-2/+2
2020-05-10net: phy: Send notifier when starting the cable testAndrew Lunn1-0/+41
2020-05-10net: ethtool: Add helpers for reporting test resultsAndrew Lunn1-1/+52
2020-05-10net: ethtool: Add infrastructure for reporting cable test resultsAndrew Lunn1-0/+55
2020-05-10net: ethtool: Make helpers publicAndrew Lunn2-2/+4
2020-05-10net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn5-1/+62
2020-05-09netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li1-0/+2
2020-05-09net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song3-4/+185
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-0/+22
2020-05-08net: ipv4: really enforce backoff for redirectsPaolo Abeni1-1/+1
2020-05-08ipv6: use DST_NOCOUNT in ip6_rt_pcpu_alloc()Eric Dumazet1-1/+1
2020-05-08ieee802154: 6lowpan: remove unnecessary comparisonYang Yingliang1-1/+1
2020-05-08net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet2-4/+7
2020-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-5/+7
2020-05-08net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage1-2/+4
2020-05-09bpf: Allow any port in bpf_bind helperStanislav Fomichev3-20/+20
2020-05-09net: Refactor arguments of inet{,6}_bindStanislav Fomichev3-12/+14
2020-05-07net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang1-1/+3
2020-05-07net: relax SO_TXTIME CAP_NET_ADMIN checkEric Dumazet1-10/+18
2020-05-07mptcp: set correct vfs info for subflowsPaolo Abeni1-0/+10
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet4-13/+13
2020-05-07netpoll: netpoll_send_skb() returns transmit statusEric Dumazet1-4/+7
2020-05-07netpoll: move netpoll_send_skb() out of lineEric Dumazet1-2/+11
2020-05-07netpoll: remove dev argument from netpoll_send_skb_on_dev()Eric Dumazet1-4/+6
2020-05-07net/smc: remove set but not used variables 'del_llc, del_llc_resp'YueHaibing1-7/+1