summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-106-31/+59
|\
| * xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen2020-12-092-14/+20
| * lwt_bpf: Replace preempt_disable() with migrate_disable()Cong Wang2020-12-071-3/+3
| * lwt: Disable BH too in run_lwt_bpf()Dongdong Wang2020-12-071-4/+4
| * xsk: Return error code if force_zc is setZhang Changzhong2020-12-041-0/+1
| * xsk: Change the tx writeable conditionXuan Zhuo2020-12-032-3/+19
| * xsk: Replace datagram_poll by sock_poll_waitXuan Zhuo2020-12-031-1/+3
| * xdp: Handle MEM_TYPE_XSK_BUFF_POOL correctly in xdp_return_buff()Björn Töpel2020-11-301-7/+10
* | net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault2020-12-091-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-12-097-62/+47
|\ \
| * | netfilter: nft_ct: Remove confirmation check for NFT_CT_IDBrett Mastbergen2020-12-091-2/+0
| * | netfilter: nftables: comment indirect serialization of commit_mutex with rtnl...Pablo Neira Ayuso2020-12-081-0/+4
| * | netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso2020-12-082-5/+7
| * | netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-084-55/+36
* | | tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-091-3/+6
* | | net: flow_offload: Fix memory leak for indirect flow blockChris Mi2020-12-091-3/+1
* | | tcp: Retain ECT bits for tos reflectionWei Wang2020-12-092-4/+10
* | | ethtool: fix stack overflow in ethnl_parse_bitset()Michal Kubecek2020-12-091-0/+2
* | | can: isotp: isotp_setsockopt(): block setsockopt on bound socketsOliver Hartkopp2020-12-091-0/+3
* | | tcp: select sane initial rcvq_space.space for big MSSEric Dumazet2020-12-081-1/+2
* | | net: tipc: prevent possible null deref of linkCengiz Can2020-12-081-2/+4
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-12-072-3/+6
|\ \
| * | net: xfrm: fix memory leak in xfrm_user_policy()Yu Kuai2020-11-101-1/+3
| * | xfrm/compat: Don't allocate memory with __GFP_ZERODmitry Safonov2020-11-091-1/+1
| * | xfrm/compat: memset(0) 64-bit padding at right placeDmitry Safonov2020-11-091-1/+1
| * | xfrm/compat: Translate by copying XFRMA_UNSPEC attributeDmitry Safonov2020-11-091-0/+1
* | | mptcp: print new line in mptcp_seq_show() if mptcp isn't in useJianguo Wu2020-12-071-0/+1
* | | bridge: Fix a deadlock when enabling multicast snoopingJoseph Huang2020-12-073-9/+41
* | | udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long2020-12-071-1/+1
* | | mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet2020-12-041-3/+1
* | | openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai2020-12-041-1/+1
* | | net: bridge: vlan: fix error return code in __vlan_add()Zhang Changzhong2020-12-041-1/+3
* | | ipv4: fix error return code in rtm_to_fib_config()Zhang Changzhong2020-12-041-1/+1
* | | net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti2020-12-041-1/+1
* | | mac80211: set SDATA_STATE_RUNNING for monitor interfacesBorwankar, Antara2020-12-041-0/+2
* | | cfg80211: initialize rekey_dataSara Sharon2020-12-041-1/+1
* | | mac80211: fix return value of ieee80211_chandef_he_6ghz_operWen Gong2020-12-041-1/+1
* | | net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti2020-12-031-0/+3
* | | net: openvswitch: ensure LSE is pullable before reading itDavide Caratti2020-12-031-0/+3
* | | net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti2020-12-031-0/+3
* | | net/x25: prevent a couple of overflowsDan Carpenter2020-12-021-2/+4
* | | net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart2020-12-021-3/+13
* | | tipc: fix incompatible mtu of transmissionHoang Le2020-12-011-0/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-11-287-38/+110
|\ \
| * | netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso2020-11-273-29/+61
| * | netfilter: nftables_offload: set address type in control dissectorPablo Neira Ayuso2020-11-272-0/+21
| * | ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai2020-11-271-6/+25
| * | netfilter: nf_tables: avoid false-postive lockdep splatFlorian Westphal2020-11-261-1/+2
| * | netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet2020-11-261-2/+1
* | | ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-11-281-3/+4