summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-2/+1
|\
| * Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-2792-320/+616
| |\
| * | smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-241-2/+1
* | | Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-144-9/+9
|\ \ \
| * | | net: Use generic ns_common::countChristian Brauner2020-08-194-9/+9
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-144-4/+3
|\ \ \ \
| * | | | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-204-4/+3
| | |/ / | |/| |
* | | | 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
| |/ / / / |/| | | |