aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-04rtnetlink: give a user socket to get_target_net()Andrei Vagin1-5/+5
2017-12-11rtnetlink: fix typo in GSO max segmentsStephen Hemminger1-1/+1
2017-12-08rtnetlink: allow GSO maximums to be set on device creationStephen Hemminger1-0/+34
2017-12-05rtnetlink: fix rtnl_link msghandler rcu annotationsFlorian Westphal1-2/+3
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal1-1/+0
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+5
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal1-25/+8
2017-12-04rtnetlink: get reference on module before invoking handlersFlorian Westphal1-35/+78
2017-12-04net: rtnetlink: use rcu to free rtnl message handlersFlorian Westphal1-53/+101
2017-12-03net: xdp: avoid output parameters when querying XDP progJakub Kicinski1-1/+5
2017-11-08rtnetlink: fix missing size for IFLA_IF_NETNSIDColin Ian King1-1/+1
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-2/+2
2017-11-05rtnetlink: use netnsid to query interfaceJiri Benc1-18/+85
2017-10-25bonding: remove rtmsg_ifinfo called after bond_lower_state_changedXin Long1-1/+0
2017-10-25rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_eventXin Long1-0/+1
2017-10-23net: core: rtnetlink: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+10
2017-10-16net: core: rcu-ify rtnl af_opsFlorian Westphal1-16/+46
2017-10-16rtnetlink: place link af dump into own helperFlorian Westphal1-30/+42
2017-10-16net: enable interface alias removal via rtnlNicolas Dichtel1-1/+4
2017-10-16rtnetlink: do not set notification for tx_queue_len in do_setlinkXin Long1-1/+1
2017-10-16rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlinkXin Long1-1/+1
2017-10-16rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_eventXin Long1-0/+1
2017-10-16rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_eventXin Long1-0/+1
2017-10-16rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_eventXin Long1-0/+1
2017-10-16rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_eventXin Long1-0/+1
2017-10-10rtnetlink: bridge: use ext_ack instead of printkFlorian Westphal1-14/+14
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern1-4/+6
2017-10-04dev: advertise the new nsid when the netns iface changesNicolas Dichtel1-9/+22
2017-10-04rtnetlink: remove __rtnl_af_unregisterFlorian Westphal1-13/+1
2017-10-04rtnetlink: remove slave_validate callbackFlorian Westphal1-6/+0
2017-10-03net: core: decouple ifalias get/set from rtnl lockFlorian Westphal1-2/+11
2017-10-03net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov1-0/+3
2017-09-28rtnetlink: rtnl_have_link_slave_info doesn't need rtnlFlorian Westphal1-3/+7
2017-09-28rtnetlink: add helpers to dump netnsid informationFlorian Westphal1-11/+19
2017-09-28rtnetlink: add helpers to dump vf informationFlorian Westphal1-19/+31
2017-09-28rtnetlink: add helper to put master and link ifindexesFlorian Westphal1-5/+27
2017-08-13rtnelink: Move link dump consistency check out of the loopJakub Sitnicki1-4/+2
2017-08-10rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal1-0/+6
2017-08-10rtnetlink: init handler refcounts to 1Florian Westphal1-1/+6
2017-08-10rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal1-4/+12
2017-08-10rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal1-2/+2
2017-08-10rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal1-1/+1
2017-08-09rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal1-0/+15
2017-08-09rtnetlink: protect handler table with rcuFlorian Westphal1-56/+65
2017-08-09rtnetlink: small rtnl lock pushdownFlorian Westphal1-6/+13
2017-08-09rtnetlink: add reference counting to prevent module unload while dump is in progressFlorian Westphal1-1/+13
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-18/+18
2017-08-09rtnetlink: call rtnl_calcit directlyFlorian Westphal1-25/+4