aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-97/+279
2020-11-27tipc: update address terminology in codeJon Maloy8-36/+41
2020-11-27tipc: make node number calculation reproducibleJon Maloy3-4/+16
2020-11-27tipc: refactor tipc_sk_bind() functionJon Maloy1-36/+30
2020-11-27net/x25: remove x25_kill_by_device()Martin Schiller1-16/+0
2020-11-27net/x25: fix restart request/confirm handlingMartin Schiller1-8/+33
2020-11-27net/lapb: fix t1 timer handling for LAPB_STATE_0Martin Schiller1-2/+9
2020-11-27net/lapb: support netdev eventsMartin Schiller1-1/+81
2020-11-27net/x25: handle additional netdev eventsMartin Schiller3-12/+19
2020-11-27net/sched: sch_frag: add generic packet fragment support.wenxu5-1/+171
2020-11-27net/sched: act_mirred: refactor the handle of xmitwenxu1-6/+15
2020-11-27net/sched: fix miss init the mru in qdisc_skb_cbwenxu1-0/+2
2020-11-27net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko2-0/+19
2020-11-27net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko1-2/+4
2020-11-27net/tls: make inline helpers protocol-awareVadim Fedorenko3-14/+13
2020-11-27xdp: Remove the functions xsk_map_inc and xsk_map_putZhu Yanjun3-22/+4
2020-11-27Merge tag 'linux-can-fixes-for-5.10-20201127' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canJakub Kicinski1-2/+5
2020-11-27sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn1-1/+1
2020-11-27mptcp: fix NULL ptr dereference on bad MPJPaolo Abeni1-3/+2
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron2-23/+58
2020-11-27netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso3-29/+61
2020-11-27netfilter: nftables_offload: set address type in control dissectorPablo Neira Ayuso2-0/+21
2020-11-27ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai1-6/+25
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar92-320/+616
2020-11-27xfrm: redact SA secret with lockdown confidentialityAntony Antony1-7/+67
2020-11-27can: af_can: can_rx_unregister(): remove WARN() statement from list operation sanity checkOliver Hartkopp1-2/+5
2020-11-27batman-adv: Don't always reallocate the fragmentation skb headSven Eckelmann1-5/+6
2020-11-27batman-adv: Reserve needed_*room for fragmentsSven Eckelmann1-5/+10
2020-11-27batman-adv: Consider fragmentation for needed_headroomSven Eckelmann1-0/+3
2020-11-25net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy1-1/+4
2020-11-25devlink: Make sure devlink instance and port are in same net namespaceParav Pandit1-1/+2
2020-11-25devlink: Hold rtnl lock while reading netdev attributesParav Pandit1-0/+4
2020-11-26netfilter: nf_tables: avoid false-postive lockdep splatFlorian Westphal1-1/+2
2020-11-26netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet1-2/+1
2020-11-25net: Use lockdep_assert_in_softirq() in napi_consume_skb()Yunsheng Lin1-0/+2
2020-11-25mptcp: be careful on MPTCP-level ack.Paolo Abeni1-18/+49
2020-11-25bridge: mrp: Implement LC mode for MRPHoratiu Vultur1-3/+15
2020-11-25net: sched: alias action flags with TCA_ACT_ prefixVlad Buslov1-5/+5
2020-11-25mptcp: put reference in mptcp timeout timerFlorian Westphal1-0/+1
2020-11-25gro_cells: reduce number of synchronize_net() callsEric Dumazet1-1/+6
2020-11-25ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai1-9/+17
2020-11-24Merge tag 'batadv-net-pullrequest-20201124' of git://git.open-mesh.org/linux-mergeJakub Kicinski1-0/+1
2020-11-24tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck2-6/+15
2020-11-24net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit1-0/+5
2020-11-24net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel2-13/+3
2020-11-24devlink: Fix reload stats structureMoshe Shemesh1-16/+33
2020-11-24devlink: Add blackhole_nexthop trapIdo Schimmel1-0/+1
2020-11-24Merge tag 'rxrpc-next-20201123' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsJakub Kicinski13-797/+518
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-2/+1
2020-11-23sctp: Fix some typoChristophe JAILLET1-2/+2