Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-22net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-08-21tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long
2020-08-21net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel
2020-08-21net: sctp: Fix negotiation of the number of data streams.David Laight
2020-08-21gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson
2020-08-21bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko
2020-08-20net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye
2020-08-20netlink: fix state reallocation in policy exportJohannes Berg
2020-08-19net: ipv4: remove duplicate "the the" phrase in Kconfig textColin Ian King
2020-08-19ethtool: Don't omit the netlink reply if no features were changedMaxim Mikityanskiy
2020-08-19ethtool: Account for hw_features in netlink interfaceMaxim Mikityanskiy
2020-08-19ethtool: Fix preserving of wanted feature bits in netlink interfaceMaxim Mikityanskiy
2020-08-19ipv6: some fixes for ipv6_dev_find()Xin Long
2020-08-19net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin
2020-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-18net: qrtr: fix usage of idr in port assignment to socketNecip Fazil Yildiran
2020-08-17Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller
2020-08-17mptcp: sendmsg: reset iter on error reduxFlorian Westphal
2020-08-17net: devlink: Remove overzealous WARN_ON with snapshotsAndrew Lunn
2020-08-17tipc: not enable tipc when ipv6 works as a moduleXin Long
2020-08-17tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang
2020-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-08-17Merge tag 'linux-can-fixes-for-5.9-20200815' of git://git.kernel.org/pub/scm/...David S. Miller
2020-08-17net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin
2020-08-17net: xdp: pull ethernet header off packet after computing skb->protocolJason A. Donenfeld
2020-08-15Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-08-15can: j1939: add rxtimer for multipacket broadcast sessionZhang Changzhong
2020-08-15can: j1939: abort multipacket broadcast session when timeout occursZhang Changzhong
2020-08-15can: j1939: cancel rxtimer on multipacket broadcast session completeZhang Changzhong
2020-08-15can: j1939: fix support for multipacket broadcast messageZhang Changzhong
2020-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-08-15mptcp: sendmsg: reset iter on errorFlorian Westphal
2020-08-14Merge tag 'linux-can-fixes-for-5.9-20200814' of git://git.kernel.org/pub/scm/...David S. Miller
2020-08-14can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect ...Oleksij Rempel
2020-08-14can: j1939: transport: add j1939_session_skb_find_by_offset() functionOleksij Rempel
2020-08-14can: j1939: socket: j1939_sk_bind(): make sure ml_priv is allocatedOleksij Rempel
2020-08-14can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in j19...Oleksij Rempel
2020-08-14can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send ...Oleksij Rempel
2020-08-14can: j1939: fix kernel-infoleak in j1939_sk_sock2sockaddr_can()Eric Dumazet
2020-08-14netfilter: ebtables: reject bogus getopt len valueFlorian Westphal
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-14net: openvswitch: introduce common code for flushing flowsTonghao Zhang
2020-08-14af_packet: TPACKET_V3: fix fill status rwlock imbalanceJohn Ogness
2020-08-13bpf: sock_ops sk access may stomp registers when dst_reg = src_regJohn Fastabend
2020-08-13bpf: sock_ops ctx access may stomp registers in corner caseJohn Fastabend
2020-08-13netfilter: nf_tables: free chain context when BINDING flag is missingFlorian Westphal
2020-08-13netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependencyFlorian Westphal