summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-09-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski1-6/+32
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski1-10/+0
2019-09-05Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht1-2/+2
2019-09-05devlink: Add new info version tags for ASIC and FWShannon Nelson1-0/+7
2019-09-04Merge tag 'mlx5-updates-2019-09-01-v2' of git://git.kernel.org/pub/scm/linux/...David S. Miller5-55/+242
2019-09-03net/mlx5: Add flow steering actions to fs_cmd shim layerMaor Gottlieb1-17/+16
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-34/+43
2019-09-02Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed4-38/+226
2019-09-02net/mlx5: Add stub for mlx5_eswitch_modeMaor Gottlieb1-1/+7
2019-09-02net/mlx5: Add HW bits and definitions required for SW steeringAlex Vesker2-37/+205
2019-09-02net/mlx5: Move device memory management to mlx5_coreAriel Levkovich1-0/+14
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-32/+33
2019-09-01devlink: Make port index data type as unsigned intParav Pandit1-1/+1
2019-09-01net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti3-0/+33
2019-09-01tcp: ulp: add functions to dump ulp-specific informationDavide Caratti2-0/+11
2019-09-01net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski2-3/+8
2019-08-31qed: Add APIs for configuring grc dump config flags.Sudarsana Reddy Kalluru1-0/+9
2019-08-31qed: Add APIs for reading config id attributes.Sudarsana Reddy Kalluru1-0/+11
2019-08-31Merge tag 'trace-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+1
2019-08-31tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov1-0/+1
2019-08-31udp: Remove unlikely() from IS_ERR*() conditionDenis Efremov1-1/+1
2019-08-31mm: memcontrol: flush percpu slab vmstats on kmem offliningRoman Gushchin1-2/+3
2019-08-31Merge tag 'rxrpc-fixes-20190827' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller1-31/+28
2019-08-30Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-0/+1
2019-08-30Merge tag 'mlx5-updates-2019-08-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller3-8/+22
2019-08-29Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+5
2019-08-29nds32: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2019-08-29Merge tag 'hisi-fixes-for-5.3' of git://github.com/hisilicon/linux-hisi into ...Arnd Bergmann1-0/+1
2019-08-29net: sched: act_sample: fix psample group handling on overwriteVlad Buslov1-0/+1
2019-08-29ipv6: shrink struct ipv6_mc_socklistEric Dumazet1-1/+1
2019-08-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed3-8/+22
2019-08-28net/mlx5: Set ODP capabilities for DC transport to maxMichael Guralnik1-1/+3
2019-08-28net: stmmac: setup higher frequency clk support for EHL & TGLVoon Weifeng1-0/+1
2019-08-28sctp: allow users to set ep ecn flag by sockoptXin Long1-0/+1
2019-08-28sctp: make ecn flag per netns and endpointXin Long2-1/+5
2019-08-28Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann1-0/+1
2019-08-28net: dsa: remove bitmap operationsVivien Didelot1-3/+0
2019-08-28net_sched: fix a NULL pointer deref in ipt actionCong Wang1-1/+3
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller16-47/+49
2019-08-27Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+0
2019-08-27Merge tag 'arc-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds1-0/+11
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds7-9/+15
2019-08-27rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells1-4/+8
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells1-29/+22
2019-08-27net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov1-0/+17
2019-08-27net: sched: take reference to action dev before calling offloadsVlad Buslov1-0/+2
2019-08-27net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov1-1/+1
2019-08-27net: sched: add API for registering unlocked offload block callbacksVlad Buslov2-0/+2
2019-08-27net: sched: notify classifier on successful offload add/deleteVlad Buslov1-0/+4
2019-08-27net: sched: refactor block offloads counter usageVlad Buslov2-32/+16