summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-01-10net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong1-0/+1
2022-01-10net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong1-0/+4
2022-01-10net: skb: introduce kfree_skb_reason()Menglong Dong1-1/+22
2022-01-10net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey1-1/+3
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski3-10/+12
2022-01-10netfilter: egress: avoid a lockdep splatFlorian Westphal1-1/+1
2022-01-10netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal1-0/+2
2022-01-10netfilter: make function op structures constFlorian Westphal1-4/+4
2022-01-10netfilter: core: move ip_ct_attach indirection to struct nf_ct_hookFlorian Westphal1-1/+1
2022-01-10netfilter: conntrack: convert to refcount_t apiFlorian Westphal1-4/+4
2022-01-07Merge tag 'mlx5-updates-2022-01-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-2/+2
2022-01-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-10/+14
2022-01-07net/mlx5: Introduce API for bulk request and release of IRQsShay Drory1-2/+2
2022-01-06gro: add ability to control gro max packet sizeCoco Li1-0/+11
2022-01-06net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple socketsMiroslav Lichvar1-5/+7
2022-01-06xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen1-0/+4
2022-01-06xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen1-10/+10
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+3
2022-01-06Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds1-0/+2
2022-01-05Merge tag 'linux-can-next-for-5.17-20220105' of git://git.kernel.org/pub/scm/...David S. Miller2-9/+20
2022-01-05net: mdio: add helpers to extract clause 45 regad and devad fieldsRussell King (Oracle)1-0/+12
2022-01-05can: dev: reorder struct can_priv members for better packingVincent Mailhol1-3/+3
2022-01-05can: dev: add sanity check in can_set_static_ctrlmode()Vincent Mailhol1-2/+9
2022-01-05can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()Vincent Mailhol1-2/+5
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-2/+3
2022-01-04icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn1-0/+2
2022-01-02net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster1-6/+3
2021-12-31mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman1-0/+1
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-89/+192
2021-12-31net/mlx5: DR, Ignore modify TTL if device doesn't support itYevgeny Kliteynik1-1/+1
2021-12-31net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist fieldYevgeny Kliteynik1-2/+4
2021-12-31net/mlx5: Add misc5 flow table match parametersMuhammad Sammar2-1/+25
2021-12-31net/mlx5: DR, Fix lower case macro prefix "mlx5_" to "MLX5_"Yevgeny Kliteynik1-1/+1
2021-12-31net: remove references to CONFIG_IRDA in network header filesLukas Bulwahn2-2/+2
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-10/+15
2021-12-30bpf: Invert the dependency between bpf-netns.h and netns/bpf.hJakub Kicinski1-7/+1
2021-12-30bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh1-0/+5
2021-12-30Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-0/+2
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski2-0/+2
2021-12-27Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+6
2021-12-26Merge tag 'objtool_urgent_for_v5.16_rc7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-4/+4
2021-12-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+1
2021-12-25mm/page_alloc: fix __alloc_size attribute for alloc_pages_exact_nidThibaut Sautereau1-1/+1
2021-12-25mm: delete unsafe BUG from page_cache_add_speculative()Hugh Dickins1-1/+0
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+26
2021-12-23Merge tag 'net-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-4/+26
2021-12-23Merge tag 'arm-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2021-12-23wwan: Replace kernel.h with the necessary inclusionsAndy Shevchenko1-4/+5
2021-12-22memblock: fix memblock_phys_alloc() section mismatch errorJackie Liu1-2/+2