aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-28net/mlx5: Hold pages RB tree per VFEran Ben Elisha1-1/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller16-17/+138
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into masterLinus Torvalds1-0/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds2-3/+5
2020-07-24icmp6: support rfc 4884Willem de Bruijn1-0/+1
2020-07-24icmp: prepare rfc 4884 for ipv6Willem de Bruijn1-1/+2
2020-07-24net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig1-2/+30
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-1/+3
2020-07-24net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig1-4/+4
2020-07-24net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig1-2/+3
2020-07-24bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig1-3/+3
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig1-2/+4
2020-07-24netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig1-2/+2
2020-07-24net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig1-1/+2
2020-07-24net: add a new sockptr_t typeChristoph Hellwig1-0/+104
2020-07-24net/flow_dissector: add packet hash dissectionAriel Levkovich1-0/+4
2020-07-24Merge branch 'akpm' into master (patches from Andrew)Linus Torvalds2-2/+6
2020-07-24Merge tag 'for-5.8/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm into masterLinus Torvalds1-0/+1
2020-07-24io-mapping: indicate mapping failureMichael J. Ruhl1-1/+4
2020-07-24vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right wayChengguang Xu1-1/+2
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng1-2/+4
2020-07-23dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka1-0/+1
2020-07-22qed: introduce qed_chain_get_elem_used{,u32}()Alexander Lobakin1-4/+14
2020-07-22qed: optimize common chain accessorsAlexander Lobakin1-27/+33
2020-07-22qed: add support for different page sizes for chainsAlexander Lobakin1-8/+13
2020-07-22qed: simplify chain allocation with init params structAlexander Lobakin2-14/+16
2020-07-22qed: move chain initialization inlines next to allocation functionsAlexander Lobakin1-112/+0
2020-07-22qed: sanitize PBL chains allocationAlexander Lobakin1-8/+8
2020-07-22qed: reformat "qed_chain.h" a bitAlexander Lobakin1-60/+66
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-7/+200
2020-07-22i2c: drop duplicated word in the header fileRandy Dunlap1-1/+1
2020-07-21net: phylink: add interface to configure clause 22 PCS PHYRussell King1-0/+3
2020-07-21net: phylink: add struct phylink_pcsRussell King1-15/+30
2020-07-21net: phylink: re-implement interface configuration with PCSRussell King1-0/+48
2020-07-21net: phylink: in-band pause mode advertisement update for PCSRussell King1-2/+5
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song1-0/+1
2020-07-21bpf: Make btf_sock_ids globalYonghong Song1-0/+30
2020-07-21bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.hYonghong Song1-3/+7
2020-07-21bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song1-4/+0
2020-07-20qed: add support for the extended speed and FEC modesAlexander Lobakin1-0/+1
2020-07-20qed: add missing loopback modesAlexander Lobakin1-0/+5
2020-07-20qed: add support for Forward Error CorrectionAlexander Lobakin1-0/+13
2020-07-20qed: reformat several structures a bitAlexander Lobakin1-31/+33
2020-07-20qed, qede, qedf: convert link mode from u32 to ETHTOOL_LINK_MODEAlexander Lobakin1-41/+6
2020-07-20linkmode: introduce linkmode_intersects()Alexander Lobakin1-0/+6
2020-07-20sched: sch_api: add missing rcu read lock to silence the warningJiri Pirko1-2/+2
2020-07-19icmp: support rfc 4884Willem de Bruijn1-0/+4
2020-07-19netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig1-1/+1
2020-07-19netfilter: remove the compat_{get,set} methodsChristoph Hellwig1-14/+0
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig2-4/+4