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
AgeCommit message (Expand)Author
2022-09-01net: move from strlcpy with unused retval to strscpyWolfram Sang
2020-11-04net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWAREAlexander Lobakin
2020-02-24net/dummy: Ditch driver and module versionsLeon Romanovsky
2019-11-08net: dummy: use standard dev_lstats_add() and dev_lstats_read()Eric Dumazet
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-13net: dummy: use generic helper to report timestamping infoJulian Wiedmann
2018-04-01net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai
2017-12-03net: dummy: remove fake SR-IOV functionalityJakub Kicinski
2017-09-26net: remove MTU limits for dummy and ifb deviceZhang Shengju
2017-09-18dummy: declare dummy devices as enumerated devicesZhang Shengju
2017-07-17dummy: Remove references to NETIF_F_UFO.David S. Miller
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-03-22Enable tx timestamping on loopback and dummyEzequiel Lara Gomez
2017-01-24net: dummy: Introduce dummy virtual functionsPhil Sutter
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-07dummy: expend mtu range for dummy deviceZhang Shengju
2015-10-22net: dummy: add more featuresEric Dumazet
2015-08-18net: dummy: convert to using IFF_NO_QUEUEPhil Sutter
2014-12-10dummy: use MODULE_VERSIONFlavio Leitner
2014-12-10dummy: add support for ethtool get_drvinfoFlavio Leitner
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-03-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-02-15net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-07-11dummy: fix oops when loading the dummy faileddingtianhong
2012-12-29dummy: implement carrier changeJiri Pirko
2012-07-22net: fix race condition in several drivers when reading statsKevin Groeneveld
2012-06-30dummy: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko
2012-06-11dummy: fix rcu_sched self-detected stallsEric Dumazet
2012-04-17dummy: Add ndo_uninit().Hiroaki SHIMODA
2012-02-16net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka
2011-11-17net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko
2010-09-30dummy: percpu stats and lockless xmitEric Dumazet
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger
2009-07-06net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2008-11-21dummy: convert to net_device_opsStephen Hemminger
2007-10-11[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-07-12[RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy
2007-07-12[RTNETLINK]: rtnl_link API simplificationPatrick McHardy
2007-07-11[DUMMY]: Use rtnl_link APIPatrick McHardy
2007-07-11[DUMMY]: Keep dummy devices on listPatrick McHardy
2007-07-11[DUMMY]: Use dev->statsPatrick McHardy
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik
2006-07-22[DUMMY]: Avoid an oops when dummy_init_one() failedNicolas Dichtel
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds