aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-15tcp_cubic: use memset and offsetof initYejune Deng1-10/+1
2021-01-15nfc: netlink: use &w->w in nfc_genl_rcv_nl_eventGeliang Tang1-2/+2
2021-01-15net: dsa: add ops for devlink-sbVladimir Oltean1-1/+158
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-23/+39
2021-01-15neighbor: remove definition of DEBUGTom Rix1-1/+0
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2-3/+8
2021-01-15dsa: add support for Arrow XRS700x tag trailerGeorge McCollister3-0/+68
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-123/+288
2021-01-14net: flow_dissector: Parse PTP L2 packet headerEran Ben Elisha1-0/+16
2021-01-14net: vlan: Add parse protocol header opsEran Ben Elisha1-0/+9
2021-01-14net: dsa: tag_dsa: Support reception of packets from LAG devicesTobias Waldekranz2-2/+27
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz5-7/+321
2021-01-14net: dsa: Don't offload port attributes on standalone portsTobias Waldekranz1-0/+3
2021-01-14net: openvswitch: add log message for error caseEelco Chaudron2-9/+17
2021-01-14Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds23-121/+202
2021-01-14mptcp: fix locking in mptcp_disconnect()Paolo Abeni1-2/+7
2021-01-14net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUMTariq Toukan1-3/+9
2021-01-14net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet1-2/+7
2021-01-14net: tip: fix a couple kernel-doc markupsMauro Carvalho Chehab2-2/+2
2021-01-14net: sit: unregister_netdevice on newlink's error pathJakub Kicinski1-1/+4
2021-01-13tcp: assign skb hash after tcp_event_data_sentYuchung Cheng1-1/+1
2021-01-13net: core: use eth_type_vlan in __netif_receive_skb_coreMenglong Dong1-4/+2
2021-01-13can: isotp: isotp_getname(): fix kernel information leakOliver Hartkopp1-0/+1
2021-01-13rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers1-1/+1
2021-01-13rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells1-2/+4
2021-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2-0/+4
2021-01-12net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce3-10/+16
2021-01-12smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski1-1/+2
2021-01-12hci: llc_shdlc: style: Simplify bool comparisonYANG LI1-1/+1
2021-01-12net: dsa: add optional stats64 supportOleksij Rempel1-1/+13
2021-01-12mptcp: better msk-level shutdown.Paolo Abeni1-45/+17
2021-01-12mptcp: more strict state checking for acksPaolo Abeni1-1/+1
2021-01-12net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean1-0/+4
2021-01-12net: dsa: unbind all switches from tree when DSA master unbindsVladimir Oltean1-0/+10
2021-01-12net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commandsPetr Machata1-1/+1
2021-01-12bpf: Allow to retrieve sol_socket opts from sock_addr progsDaniel Borkmann1-2/+23
2021-01-12Merge tag 'nfs-for-5.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2021-01-11esp: avoid unneeded kmap_atomic callWillem de Bruijn2-12/+2
2021-01-11net: compound page support in skb_seq_readWillem de Bruijn1-5/+23
2021-01-11net: dsa: remove obsolete comments about switchdev transactionsVladimir Oltean2-9/+0
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean1-6/+2
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean1-9/+6
2021-01-11net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean3-15/+7
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean5-127/+62
2021-01-11net: switchdev: delete switchdev_port_obj_add_nowVladimir Oltean1-12/+5
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean5-107/+21
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2-20/+9
2021-01-11Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds1-1/+85
2021-01-11netfilter: nf_nat: Fix memleak in nf_nat_initDinghao Liu1-0/+1
2021-01-10net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de1-1/+1