summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-11-30mptcp: protect the rx path with the msk socket spinlockPaolo Abeni
2020-11-30mptcp: implement wmem reservationPaolo Abeni
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-01xsk: Add busy-poll support for {recv,send}msg()Björn Töpel
2020-12-01xsk: Check need wakeup flag in sendmsg()Björn Töpel
2020-12-01xsk: Add support for recvmsg()Bjö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-28ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault
2020-11-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-11-28Merge tag 'batadv-net-pullrequest-20201127' of git://git.open-mesh.org/linux-...Jakub Kicinski
2020-11-28netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversalAntoine Tenart
2020-11-28net/sched: act_ct: enable stats for HW offloaded entriesMarcelo Ricardo Leitner
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-27tipc: update address terminology in codeJon Maloy
2020-11-27tipc: make node number calculation reproducibleJon Maloy
2020-11-27tipc: refactor tipc_sk_bind() functionJon Maloy
2020-11-27net/x25: remove x25_kill_by_device()Martin Schiller
2020-11-27net/x25: fix restart request/confirm handlingMartin Schiller
2020-11-27net/lapb: fix t1 timer handling for LAPB_STATE_0Martin Schiller
2020-11-27net/lapb: support netdev eventsMartin Schiller
2020-11-27net/x25: handle additional netdev eventsMartin Schiller
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/sched: fix miss init the mru in qdisc_skb_cbwenxu
2020-11-27net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko
2020-11-27net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko
2020-11-27net/tls: make inline helpers protocol-awareVadim Fedorenko
2020-11-27xdp: Remove the functions xsk_map_inc and xsk_map_putZhu Yanjun
2020-11-27Merge tag 'linux-can-fixes-for-5.10-20201127' of git://git.kernel.org/pub/scm...Jakub Kicinski
2020-11-27sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn
2020-11-27mptcp: fix NULL ptr dereference on bad MPJPaolo Abeni
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron
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-27ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai
2020-11-27can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Oliver Hartkopp
2020-11-27batman-adv: Don't always reallocate the fragmentation skb headSven Eckelmann
2020-11-27batman-adv: Reserve needed_*room for fragmentsSven Eckelmann
2020-11-27batman-adv: Consider fragmentation for needed_headroomSven Eckelmann
2020-11-25net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy
2020-11-25devlink: Make sure devlink instance and port are in same net namespaceParav Pandit
2020-11-25devlink: Hold rtnl lock while reading netdev attributesParav Pandit
2020-11-26netfilter: nf_tables: avoid false-postive lockdep splatFlorian Westphal
2020-11-26netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet
2020-11-25net: Use lockdep_assert_in_softirq() in napi_consume_skb()Yunsheng Lin
2020-11-25mptcp: be careful on MPTCP-level ack.Paolo Abeni
2020-11-25bridge: mrp: Implement LC mode for MRPHoratiu Vultur