summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-09-05Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller
2019-09-05Merge tag 'linux-can-next-for-5.4-20190903' of git://git.kernel.org/pub/scm/l...David S. Miller
2019-09-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski
2019-09-05Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht
2019-09-05devlink: Add new info version tags for ASIC and FWShannon Nelson
2019-09-04can: add support of SAE J1939 protocolThe j1939 authors
2019-09-04can: extend sockaddr_can to include j1939 membersKurt Van Dijck
2019-09-04can: add socket type for CAN_J1939Kurt Van Dijck
2019-09-04can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck
2019-09-04can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...Marc Kleine-Budde
2019-09-04can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde
2019-09-04can: netns: remove "can_" prefix from members struct netns_canMarc Kleine-Budde
2019-09-04can: netns: give members of struct netns_can holding the statistics a sensibl...Marc Kleine-Budde
2019-09-04can: netns: give structs holding the CAN statistics a sensible nameMarc Kleine-Budde
2019-09-03Merge tag 'mlx5-updates-2019-09-01-v2' of git://git.kernel.org/pub/scm/linux/...David S. Miller
2019-09-03net/mlx5: Add flow steering actions to fs_cmd shim layerMaor Gottlieb
2019-09-03can: dev: avoid long linesMarc Kleine-Budde
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-02Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2019-09-01net/mlx5: Add stub for mlx5_eswitch_modeMaor Gottlieb
2019-09-01net/mlx5: Add HW bits and definitions required for SW steeringAlex Vesker
2019-09-01net/mlx5: Move device memory management to mlx5_coreAriel Levkovich
2019-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-08-31devlink: Make port index data type as unsigned intParav Pandit
2019-08-31net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti
2019-08-31tcp: ulp: add functions to dump ulp-specific informationDavide Caratti
2019-08-31net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski
2019-08-31qed: Add APIs for configuring grc dump config flags.Sudarsana Reddy Kalluru
2019-08-31qed: Add APIs for reading config id attributes.Sudarsana Reddy Kalluru
2019-08-31Merge tag 'trace-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-08-31tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov
2019-08-30udp: Remove unlikely() from IS_ERR*() conditionDenis Efremov
2019-08-30mm: memcontrol: flush percpu slab vmstats on kmem offliningRoman Gushchin
2019-08-30Merge tag 'rxrpc-fixes-20190827' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2019-08-30Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2019-08-29Merge tag 'mlx5-updates-2019-08-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2019-08-29Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-08-29nds32: Mark expected switch fall-throughsGustavo A. R. Silva
2019-08-29Merge tag 'hisi-fixes-for-5.3' of git://github.com/hisilicon/linux-hisi into ...Arnd Bergmann
2019-08-28net: sched: act_sample: fix psample group handling on overwriteVlad Buslov
2019-08-28ipv6: shrink struct ipv6_mc_socklistEric Dumazet
2019-08-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2019-08-28net/mlx5: Set ODP capabilities for DC transport to maxMichael Guralnik
2019-08-27net: stmmac: setup higher frequency clk support for EHL & TGLVoon Weifeng
2019-08-27sctp: allow users to set ep ecn flag by sockoptXin Long
2019-08-27sctp: make ecn flag per netns and endpointXin Long
2019-08-27Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann
2019-08-27net: dsa: remove bitmap operationsVivien Didelot
2019-08-27net_sched: fix a NULL pointer deref in ipt actionCong Wang