summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: flow_offload: Fix memory leak for indirect flow blockChris Mi2020-12-211-3/+1
* tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-211-3/+6
* ethtool: fix stack overflow in ethnl_parse_bitset()Michal Kubecek2020-12-211-0/+2
* tcp: select sane initial rcvq_space.space for big MSSEric Dumazet2020-12-211-1/+2
* mptcp: print new line in mptcp_seq_show() if mptcp isn't in useJianguo Wu2020-12-211-0/+1
* bridge: Fix a deadlock when enabling multicast snoopingJoseph Huang2020-12-213-9/+41
* udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long2020-12-211-1/+1
* net: bridge: vlan: fix error return code in __vlan_add()Zhang Changzhong2020-12-211-1/+3
* mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet2020-12-211-3/+1
* ipv4: fix error return code in rtm_to_fib_config()Zhang Changzhong2020-12-211-1/+1
* net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti2020-12-211-1/+1
* ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai2020-12-161-6/+25
* batman-adv: Don't always reallocate the fragmentation skb headSven Eckelmann2020-12-161-5/+6
* batman-adv: Reserve needed_*room for fragmentsSven Eckelmann2020-12-161-5/+10
* batman-adv: Consider fragmentation for needed_headroomSven Eckelmann2020-12-161-0/+3
* net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel2020-12-162-13/+3
* netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso2020-12-113-29/+61
* netfilter: nftables_offload: set address type in control dissectorPablo Neira Ayuso2020-12-112-0/+21
* netfilter: nf_tables: avoid false-postive lockdep splatFlorian Westphal2020-12-111-1/+2
* tipc: fix a deadlock when flushing scheduled workHoang Huu Le2020-12-114-19/+19
* netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet2020-12-111-2/+1
* can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Oliver Hartkopp2020-12-111-2/+5
* net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti2020-12-081-0/+3
* net: openvswitch: ensure LSE is pullable before reading itDavide Caratti2020-12-081-0/+3
* net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti2020-12-081-0/+3
* net/x25: prevent a couple of overflowsDan Carpenter2020-12-081-2/+4
* net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart2020-12-081-3/+13
* tipc: fix incompatible mtu of transmissionHoang Le2020-12-081-0/+2
* ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-12-081-3/+4
* netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversalAntoine Tenart2020-12-081-2/+5
* net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger2020-12-081-17/+21
* mptcp: fix NULL ptr dereference on bad MPJPaolo Abeni2020-12-081-3/+2
* vsock/virtio: discard packets only when socket is really closedStefano Garzarella2020-12-081-3/+5
* tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck2020-12-081-0/+5
* sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn2020-12-081-1/+1
* rose: Fix Null pointer dereference in rose_send_frame()Anmol Karn2020-12-081-4/+13
* net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-12-081-1/+4
* net/tls: missing received data after fast remote closeVadim Fedorenko2020-12-081-0/+6
* net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron2020-12-082-23/+58
* net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann2020-12-081-2/+2
* ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai2020-12-081-9/+17
* devlink: Make sure devlink instance and port are in same net namespaceParav Pandit2020-12-081-1/+2
* devlink: Hold rtnl lock while reading netdev attributesParav Pandit2020-12-081-0/+4
* batman-adv: set .owner to THIS_MODULETaehee Yoo2020-12-021-0/+1
* ipv4: use IS_ENABLED instead of ifdefFlorian Klink2020-12-021-1/+1
* mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg2020-11-241-10/+4
* mac80211: minstrel: fix tx status processing corner caseFelix Fietkau2020-11-241-1/+1
* mac80211: minstrel: remove deferred sampling codeFelix Fietkau2020-11-242-22/+4
* bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to selfJohn Fastabend2020-11-241-19/+53
* bpf, sockmap: Use truesize with sk_rmem_schedule()John Fastabend2020-11-241-1/+1