summaryrefslogtreecommitdiff
path: root/include/linux/rtnetlink.h
AgeCommit message (Expand)Author
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov
2018-09-25net: core: netlink: add helper refcount dec and lock functionVlad Buslov
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai
2018-03-27net: Rename net_sem to pernet_ops_rwsemKirill Tkhai
2018-03-16net: Add rtnl_lock_killable()Kirill Tkhai
2018-02-20net: Kill net_mutexKirill Tkhai
2018-02-13net: Introduce net_sem for protection of pernet_listKirill Tkhai
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-29dev: advertise the new ifindex when the netns iface changesNicolas Dichtel
2017-12-26rtnetlink: Replace implementation of ASSERT_RTNL() macro with WARN_ONCE()Leon Romanovsky
2017-12-04rtnetlink: Update now-misleading smp_read_barrier_depends() commentPaul E. McKenney
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland
2017-10-04dev: advertise the new nsid when the netns iface changesNicolas Dichtel
2017-05-27rtnl: Add support for netdev event to link messagesVlad Yasevich
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu
2016-06-15net_sched: add the ability to defer skb freeingEric Dumazet
2016-01-10net, sched: add clsact qdiscDaniel Borkmann
2015-10-09net/core: lockdep_rtnl_is_held can be booleanYaowei Bai
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman
2015-05-14net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira
2015-05-13net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unsetPablo Neira
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel
2015-04-13net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar
2014-12-02bridge: add brport flags to dflt bridge_getlinkScott Feldman
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-09-13net: sched: RCU cls_tcindexJohn Fastabend
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim
2014-05-15rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang
2013-12-17net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock heldJohn Fastabend
2013-10-25net: fix rtnl notification in atomic contextAlexei Starovoitov
2013-03-07net: generic fdb support for drivers without ndo_fdb_<op>Vlad Yasevich
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-07-10rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().David S. Miller
2012-06-27netlink: Get rid of obsolete rtnetlink macrosThomas Graf
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend
2012-02-21rtnetlink: Fix problem with buffer allocationGreg Rose
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko
2011-06-21net: dcbnl, add multicast group for DCBJohn Fastabend
2010-11-15net: rtnetlink.h -- only include linux/netdevice.h when used by the kernelAndy Whitcroft
2010-10-05net: relax rtnl_dereference()David S. Miller
2010-10-05net: dynamic ingress_queue allocationEric Dumazet
2010-09-15net: add rtnl_dereference()Eric Dumazet
2010-09-08net: introduce rcu_dereference_rtnlEric Dumazet