summaryrefslogtreecommitdiff
path: root/include/linux/rtnetlink.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland1-1/+1
2017-10-05dev: advertise the new nsid when the netns iface changesNicolas Dichtel1-1/+3
2017-05-28rtnl: Add support for netdev event to link messagesVlad Yasevich1-1/+2
2016-09-02rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu1-1/+1
2016-06-16net_sched: add the ability to defer skb freeingEric Dumazet1-2/+3
2016-01-11net, sched: add clsact qdiscDaniel Borkmann1-0/+5
2015-10-09net/core: lockdep_rtnl_is_held can be booleanYaowei Bai1-3/+3
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman1-1/+5
2015-05-14net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira1-1/+1
2015-05-13net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unsetPablo Neira1-8/+0
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel1-1/+1
2015-04-13net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann1-1/+14
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar1-0/+5
2014-12-03bridge: add brport flags to dflt bridge_getlinkScott Feldman1-1/+2
2014-12-03net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-2/+4
2014-09-13net: sched: RCU cls_tcindexJohn Fastabend1-0/+10
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim1-0/+1
2014-05-15rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang1-0/+5
2013-12-18net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock heldJohn Fastabend1-0/+5
2013-10-26net: fix rtnl notification in atomic contextAlexei Starovoitov1-1/+1
2013-03-08net: generic fdb support for drivers without ndo_fdb_<op>Vlad Yasevich1-0/+9
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend1-0/+3
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-610/+1
2012-07-11rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().David S. Miller1-2/+1
2012-06-28netlink: Get rid of obsolete rtnetlink macrosThomas Graf1-129/+0
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend1-0/+4
2012-02-22rtnetlink: Fix problem with buffer allocationGreg Rose1-0/+3
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+1
2011-07-09rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko1-2/+1
2011-06-22net: dcbnl, add multicast group for DCBJohn Fastabend1-0/+2
2010-11-15net: rtnetlink.h -- only include linux/netdevice.h when used by the kernelAndy Whitcroft1-1/+1
2010-10-05net: relax rtnl_dereference()David S. Miller1-4/+6
2010-10-05net: dynamic ingress_queue allocationEric Dumazet1-0/+8
2010-09-16net: add rtnl_dereference()Eric Dumazet1-0/+9
2010-09-09net: introduce rcu_dereference_rtnlEric Dumazet1-0/+11
2010-07-23net: RTA_MARK additionEric Dumazet1-0/+1
2010-05-11ipv6: ip6mr: support multiple tablesPatrick McHardy1-1/+2
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy1-0/+6
2010-03-01Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+3
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney1-0/+3
2009-12-24net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey1-0/+2
2009-12-16tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller1-4/+2
2009-11-04net: cleanup include/linuxEric Dumazet1-38/+19
2009-10-29Allow disabling of DSACK TCP option per routeGilad Ben-Yossef1-0/+1
2009-10-29Allow to turn off TCP window scale opt per routeGilad Ben-Yossef1-0/+1
2009-10-29Allow disabling TCP timestamp options per routeGilad Ben-Yossef1-1/+1