aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-03net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-12-03net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti1-0/+3
2020-12-02net/x25: prevent a couple of overflowsDan Carpenter1-2/+4
2020-12-02net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart1-3/+13
2020-12-01tipc: fix incompatible mtu of transmissionHoang Le1-0/+2
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski7-38/+110
2020-11-28ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault1-3/+4
2020-11-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski5-20/+25
2020-11-28Merge tag 'batadv-net-pullrequest-20201127' of git://git.open-mesh.org/linux-mergeJakub Kicinski2-10/+19
2020-11-28netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversalAntoine Tenart1-2/+5
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-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-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, xsk: Avoid taking multiple skbuff referencesBjörn Töpel2-13/+3
2020-11-24devlink: Fix reload stats structureMoshe Shemesh1-16/+33
2020-11-23net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger1-9/+9
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-23xsk: Fix incorrect netdev reference countMarek Majtyka1-1/+3
2020-11-21net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann1-2/+2
2020-11-20tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck1-0/+5
2020-11-20tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck2-5/+6
2020-11-20net/tls: missing received data after fast remote closeVadim Fedorenko1-0/+6
2020-11-20rose: Fix Null pointer dereference in rose_send_frame()Anmol Karn1-4/+13
2020-11-20xsk: Fix umem cleanup bug at socket destructMagnus Karlsson4-6/+19
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-20/+85
2020-11-19net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul1-3/+3
2020-11-19net/smc: fix matching of existing link groupsKarsten Graul2-2/+4
2020-11-19ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2-31/+2
2020-11-18net: Have netpoll bring-up DSA management interfaceFlorian Fainelli1-4/+18
2020-11-18ah6: fix error return code in ah6_input()Zhang Changzhong1-1/+2
2020-11-17ipv4: use IS_ENABLED instead of ifdefFlorian Klink1-1/+1