summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-11-28net/sched: act_ct: enable stats for HW offloaded entriesMarcelo Ricardo Leitner1-2/+4
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-27Merge tag 'linux-can-fixes-for-5.10-20201127' of git://git.kernel.org/pub/scm...Jakub 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-27can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Oliver Hartkopp1-2/+5
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-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-...Jakub 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-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/...Jakub Kicinski13-797/+518
2020-11-23sctp: Fix some typoChristophe JAILLET1-2/+2
2020-11-23net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger1-9/+9
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski4-0/+4
2020-11-23net: dsa: tag_hellcreek: Cleanup includesKurt Kanzenbach1-3/+1
2020-11-23vsock/virtio: discard packets only when socket is really closedStefano Garzarella1-3/+5
2020-11-23tcp: fix race condition when creating child sockets from syncookiesRicardo Dias6-14/+88
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells5-40/+82
2020-11-23rxrpc: rxkad: Don't use pskb_pull() to advance through the response packetDavid Howells1-3/+1
2020-11-23rxrpc: Organise connection security to use a unionDavid Howells2-23/+28
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells4-27/+14
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells5-23/+15
2020-11-23rxrpc: Fix example key name in a commentDavid Howells1-1/+1
2020-11-23rxrpc: Ignore unknown tokens in key payload unless no known tokensDavid Howells1-10/+21