summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2020-12-01bridge: switchdev: Notify about VLAN protocol changesDanielle Ratson
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov
2020-12-01net, xdp, xsk: fix __sk_mark_napi_id_once napi_id errorDaniel Borkmann
2020-12-01netfilter: use actual socket sk for REJECT actionJan Engelhardt
2020-12-01netfilter: nfnl_acct: remove data from struct netWang Shanker
2020-11-30mptcp: open code mptcp variant for lock_sockPaolo Abeni
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2020-11-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-27net/sched: sch_frag: add generic packet fragment support.wenxu
2020-11-27net/sched: act_mirred: refactor the handle of xmitwenxu
2020-11-27net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko
2020-11-27net/tls: add CHACHA20-POLY1305 specific defines and structuresVadim Fedorenko
2020-11-27net/tls: make inline helpers protocol-awareVadim Fedorenko
2020-11-27netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso
2020-11-27netfilter: nftables_offload: set address type in control dissectorPablo Neira Ayuso
2020-11-25net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy
2020-11-24devlink: Add blackhole_nexthop trapIdo Schimmel
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-23tcp: fix race condition when creating child sockets from syncookiesRicardo Dias
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-11-23compat: always include linux/compat.h from net/compat.hJakub Kicinski
2020-11-21bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles
2020-11-20mptcp: track window announced to peerFlorian Westphal
2020-11-20net: stream: fix TCP references when INET is not enabledRandy Dunlap
2020-11-20net: add annotation for sock_{lock,unlock}_fastPaolo Abeni
2020-11-20net: openvswitch: Be liberal in tcp conntrack.Numan Siddique
2020-11-20xsk: Fix umem cleanup bug at socket destructMagnus Karlsson
2020-11-19devlink: move flash end and begin to core devlinkJacob Keller
2020-11-19devlink: move request_firmware out of driverJacob Keller
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-19ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann
2020-11-199p: apply review requests for fid refcountingDominique Martinet
2020-11-199p: add refcount to p9_fid structJianyong Wu
2020-11-17net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan
2020-11-17xsk: Introduce batched Tx descriptor interfacesMagnus Karlsson
2020-11-16tcp: factor out __tcp_close() helperPaolo Abeni
2020-11-16tcp: factor out tcp_build_frag()Paolo Abeni
2020-11-16ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel
2020-11-14tcp: avoid indirect call to tcp_stream_memory_free()Eric Dumazet
2020-11-14tcp: uninline tcp_stream_memory_free()Eric Dumazet
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-14net: page_pool: Add bulk support for ptr_ringLorenzo Bianconi
2020-11-14net: xdp: Introduce bulking for xdp tx return pathLorenzo Bianconi
2020-11-13ip_tunnels: Set tunnel option flag when tunnel metadata is presentYi-Hung Wei