Age | Commit message (Expand) | Author | Files | Lines |
2020-12-03 | net/sched: act_mpls: ensure LSE is pullable before reading it | Davide Caratti | 1 | -0/+3 |
2020-12-03 | net: openvswitch: ensure LSE is pullable before reading it | Davide Caratti | 1 | -0/+3 |
2020-12-03 | net: skbuff: ensure LSE is pullable before decrementing the MPLS ttl | Davide Caratti | 1 | -0/+3 |
2020-12-03 | net/x25: prevent a couple of overflows | Dan Carpenter | 1 | -2/+4 |
2020-12-02 | net: ip6_gre: set dev->hard_header_len when using header_ops | Antoine Tenart | 1 | -3/+13 |
2020-12-02 | tipc: fix incompatible mtu of transmission | Hoang Le | 1 | -0/+2 |
2020-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | Jakub Kicinski | 7 | -38/+110 |
2020-11-29 | ipv4: Fix tos mask in inet_rtm_getroute() | Guillaume Nault | 1 | -3/+4 |
2020-11-28 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 5 | -20/+25 |
2020-11-28 | Merge tag 'batadv-net-pullrequest-20201127' of git://git.open-mesh.org/linux-... | Jakub Kicinski | 2 | -10/+19 |
2020-11-28 | netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal | Antoine Tenart | 1 | -2/+5 |
2020-11-27 | Merge tag 'linux-can-fixes-for-5.10-20201127' of git://git.kernel.org/pub/scm... | Jakub Kicinski | 1 | -2/+5 |
2020-11-27 | sock: set sk_err to ee_errno on dequeue from errq | Willem de Bruijn | 1 | -1/+1 |
2020-11-27 | mptcp: fix NULL ptr dereference on bad MPJ | Paolo Abeni | 1 | -3/+2 |
2020-11-27 | net: openvswitch: fix TTL decrement action netlink message format | Eelco Chaudron | 2 | -23/+58 |
2020-11-27 | netfilter: nftables_offload: build mask based from the matching bytes | Pablo Neira Ayuso | 3 | -29/+61 |
2020-11-27 | netfilter: nftables_offload: set address type in control dissector | Pablo Neira Ayuso | 2 | -0/+21 |
2020-11-27 | ipvs: fix possible memory leak in ip_vs_control_net_init | Wang Hai | 1 | -6/+25 |
2020-11-27 | can: af_can: can_rx_unregister(): remove WARN() statement from list operation... | Oliver Hartkopp | 1 | -2/+5 |
2020-11-27 | batman-adv: Don't always reallocate the fragmentation skb head | Sven Eckelmann | 1 | -5/+6 |
2020-11-27 | batman-adv: Reserve needed_*room for fragments | Sven Eckelmann | 1 | -5/+10 |
2020-11-27 | batman-adv: Consider fragmentation for needed_headroom | Sven Eckelmann | 1 | -0/+3 |
2020-11-26 | net/tls: Protect from calling tls_dev_del for TLS RX twice | Maxim Mikityanskiy | 1 | -1/+4 |
2020-11-26 | devlink: Make sure devlink instance and port are in same net namespace | Parav Pandit | 1 | -1/+2 |
2020-11-26 | devlink: Hold rtnl lock while reading netdev attributes | Parav Pandit | 1 | -0/+4 |
2020-11-26 | netfilter: nf_tables: avoid false-postive lockdep splat | Florian Westphal | 1 | -1/+2 |
2020-11-26 | netfilter: ipset: prevent uninit-value in hash_ip6_add | Eric Dumazet | 1 | -2/+1 |
2020-11-25 | gro_cells: reduce number of synchronize_net() calls | Eric Dumazet | 1 | -1/+6 |
2020-11-25 | ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_init | Wang Hai | 1 | -9/+17 |
2020-11-25 | Merge tag 'batadv-net-pullrequest-20201124' of git://git.open-mesh.org/linux-... | Jakub Kicinski | 1 | -0/+1 |
2020-11-25 | tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECN | Alexander Duyck | 2 | -6/+15 |
2020-11-25 | net, xsk: Avoid taking multiple skbuff references | Björn Töpel | 2 | -13/+3 |
2020-11-25 | devlink: Fix reload stats structure | Moshe Shemesh | 1 | -16/+33 |
2020-11-24 | net/packet: fix packet receive on L3 devices without visible hard header | Eyal Birger | 1 | -9/+9 |
2020-11-24 | vsock/virtio: discard packets only when socket is really closed | Stefano Garzarella | 1 | -3/+5 |
2020-11-24 | tcp: fix race condition when creating child sockets from syncookies | Ricardo Dias | 6 | -14/+88 |
2020-11-23 | xsk: Fix incorrect netdev reference count | Marek Majtyka | 1 | -1/+3 |
2020-11-22 | net/af_iucv: set correct sk_protocol for child sockets | Julian Wiedmann | 1 | -2/+2 |
2020-11-21 | tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_control | Alexander Duyck | 1 | -0/+5 |
2020-11-21 | tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 header | Alexander Duyck | 2 | -5/+6 |
2020-11-20 | net/tls: missing received data after fast remote close | Vadim Fedorenko | 1 | -0/+6 |
2020-11-20 | rose: Fix Null pointer dereference in rose_send_frame() | Anmol Karn | 1 | -4/+13 |
2020-11-20 | xsk: Fix umem cleanup bug at socket destruct | Magnus Karlsson | 4 | -6/+19 |
2020-11-19 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2 | -20/+85 |
2020-11-19 | net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid() | Karsten Graul | 1 | -3/+3 |
2020-11-19 | net/smc: fix matching of existing link groups | Karsten Graul | 2 | -2/+4 |
2020-11-19 | ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 module | Georg Kohmann | 2 | -31/+2 |
2020-11-18 | net: Have netpoll bring-up DSA management interface | Florian Fainelli | 1 | -4/+18 |
2020-11-18 | ah6: fix error return code in ah6_input() | Zhang Changzhong | 1 | -1/+2 |
2020-11-18 | ipv4: use IS_ENABLED instead of ifdef | Florian Klink | 1 | -1/+1 |