Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f0cdf76c103ffa34ca5ac87dcdef7edffc722cbf
/
net
/
core
/
rtnetlink.c
270cb4d
rtnl: align nlattr properly when needed
by Nicolas Dichtel
· 9 years ago
343a6d8
rtnl: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
58414d3
rtnl: use the new API to align IFLA_STATS*
by Nicolas Dichtel
· 9 years ago
10c9ead
rtnetlink: add new RTM_GETSTATS message to dump link stats
by Roopa Prabhu
· 9 years ago
35c5845
net: Add helpers for 64-bit aligning netlink attributes.
by David S. Miller
· 9 years ago
1840284
net: Align IFLA_STATS64 attributes properly on architectures that need it.
by David S. Miller
· 9 years ago
550bce5
rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copy
by Roopa Prabhu
· 9 years ago
c57c7a9
rtnl: fix msg size calculation in if_nlmsg_size()
by Nicolas Dichtel
· 9 years ago
aca04ce
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
b8ba452
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
cc8e27c
net/core: Add support for configuring VF GUIDs
by Eli Cohen
· 9 years ago
c70ce02
net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributes
by Eric Dumazet
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
6353e18
net/rtnetlink: remove dead code
by Eric Engestrom
· 9 years ago
472681d
net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.
by MINOURA Makoto / 箕浦 真
· 9 years ago
dc599f7
net: Add support for filtering link dump by master device and kind
by David Ahern
· 9 years ago
6e7333d
net: add rx_nohandler stat counter
by Jarod Wilson
· 9 years ago
617cfc7
net/rtnetlink: remove unused sz_idx variable
by Alexander Kuleshov
· 9 years ago
b337904
net: Pass ndm_state to route netlink FDB notifications.
by Hubert Sokolowski
· 9 years ago
6ff64f6
switchdev: Pass original device to port netdev driver
by Ido Schimmel
· 9 years ago
b22b941
rtnetlink: fix frame size warning in rtnl_fill_ifinfo
by Hannes Frederic Sowa
· 9 years ago
dd461d6
if_link: Add control trust VF
by Hiroshi Shimamoto
· 9 years ago
b1974ed
netlink: Rightsize IFLA_AF_SPEC size calculation
by Arad, Ronen
· 9 years ago
0cbf334
net/core: lockdep_rtnl_is_held can be boolean
by Yaowei Bai
· 9 years ago
1f86839
switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*
by Jiri Pirko
· 9 years ago
4963ed4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
d5566fd
rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats
by Sowmini Varadhan
· 9 years ago
d64f69b
rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlink
by Roopa Prabhu
· 9 years ago
c3a8d94
tcp: use dctcp if enabled on the route to the initiator
by Daniel Borkmann
· 9 years ago
c5e40ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
614732e
openvswitch: Use regular VXLAN net_device device
by Thomas Graf
· 9 years ago
88d6378
netlink: changes for setting and clearing protodown via netlink.
by Anuradha Karuppiah
· 9 years ago
035d210
rtnetlink: reject non-IFLA_VF_PORT attributes inside IFLA_VF_PORTS
by Daniel Borkmann
· 9 years ago
4f7d2cd
rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver
by Daniel Borkmann
· 9 years ago
7d4f8d8
switchdev; add VLAN support for port's bridge_getlink
by Scott Feldman
· 9 years ago
3b766cd
net/core: Add reading VF statistics through the PF netdevice
by Eran Ben Elisha
· 9 years ago
36583eb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
ed2a80a
rtnl/bond: don't send rtnl msg for unregistered iface
by Nicolas Dichtel
· 9 years ago
42275bd
switchdev: don't use anonymous union on switchdev attr/obj structs
by Scott Feldman
· 9 years ago
f8e20a9
switchdev: convert parent_id_get to switchdev attr get
by Scott Feldman
· 10 years ago
ebb9a03
switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
by Jiri Pirko
· 10 years ago
7a0877d
netns: rename peernet2id() to peernet2id_alloc()
by Nicolas Dichtel
· 10 years ago
46c264d
bridge/nl: remove wrong use of NLM_F_MULTI
by Nicolas Dichtel
· 10 years ago
01a3d79
if_link: Add an additional parameter to ifla_vf_info for RSS querying
by Vlad Zolotarov
· 10 years ago
78ebb0d
rtnetlink: Mark name argument of rtnl_create_link() const
by Thomas Graf
· 10 years ago
1e53d5b
net: Pass VLAN ID to rtnl_fdb_notify.
by Hubert Sokolowski
· 10 years ago
9f0d34b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
a54acb3
dev: introduce dev_get_iflink()
by Nicolas Dichtel
· 10 years ago
66400d5
net: allow to delete a whole device group
by WANG Cong
· 10 years ago
d079535
net: use for_each_netdev_safe() in rtnl_group_changelink()
by WANG Cong
· 10 years ago
0fa74a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
db24a90
net: add support for phys_port_name
by David Ahern
· 10 years ago
4363890
net: Handle unregister properly when netdev namespace change fails.
by David S. Miller
· 10 years ago
cac5e65
net: do not use rcu in rtnl_dump_ifinfo()
by Eric Dumazet
· 10 years ago
06615be
net: Verify permission to link_net in newlink
by Eric W. Biederman
· 10 years ago
505ce41
net: Verify permission to dest_net in newlink
by Eric W. Biederman
· 10 years ago
4e10fd5
rtnetlink: avoid 0 sized arrays
by Sasha Levin
· 10 years ago
7afb888
rtnetlink: call ->dellink on failure when ->newlink exists
by WANG Cong
· 10 years ago
2573bee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
364d571
rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY
by Daniel Borkmann
· 10 years ago
6e03f89
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
61bd385
net/core: Add event for a change in slave state
by Moni Shoua
· 10 years ago
add511b
bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink
by Roopa Prabhu
· 10 years ago
7b4ce69
rtnetlink: pass link_net to the newlink handler
by Nicolas Dichtel
· 10 years ago
59ccaaa
bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify
by Roopa Prabhu
· 10 years ago
bdef279
rtnl: fix error path when adding an iface with a link net
by Nicolas Dichtel
· 10 years ago
317f481
rtnl: allow to create device with IFLA_LINK_NETNSID set
by Nicolas Dichtel
· 10 years ago
d37512a
rtnl: add link netns id to interface messages
by Nicolas Dichtel
· 10 years ago
4de8b41
bridge: remove oflags from setlink/dellink.
by Rosen, Rami
· 10 years ago
7b46a64
netlink: Fix bugs in nlmsg_end() conversions.
by David S. Miller
· 10 years ago
053c095
netlink: make nlmsg_end() and genlmsg_end() void
by Johannes Berg
· 10 years ago
02dba43
bridge: fix setlink/dellink notifications
by Roopa Prabhu
· 10 years ago
ea69763
net: tcp: add RTAX_CC_ALGO fib handling
by Daniel Borkmann
· 10 years ago
6cb6974
net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is defined
by Hubert Sokolowski
· 10 years ago
65891fe
net: Disallow providing non zero VLAN ID for NIC drivers FDB add flow
by Or Gerlitz
· 10 years ago
70e71ca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
22f1092
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
86c6a2f
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
1d460b9
rocker: remove swdev mode
by Roopa Prabhu
· 10 years ago
395eea6
rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()
by Mahesh Bandewar
· 10 years ago
2c3c031
bridge: add brport flags to dflt bridge_getlink
by Scott Feldman
· 10 years ago
82f2841
rtnl: expose physical switch id for particular device
by Jiri Pirko
· 10 years ago
02637fc
net: rename netdev_phys_port_id to more generic name
by Jiri Pirko
· 10 years ago
f6f6424
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
by Jiri Pirko
· 10 years ago
e0ebde0
rtnetlink: release net refcnt on error in do_setlink()
by Nicolas Dichtel
· 10 years ago
aa68c20
bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINK
by Thomas Graf
· 10 years ago
6e8d1c5
bridge: Validate IFLA_BRIDGE_FLAGS attribute length
by Thomas Graf
· 10 years ago
ff960a7
netdev, sched/wait: Fix sleeping inside wait event
by Peter Zijlstra
· 10 years ago
ba99890
rtnl/do_setlink(): notify when a netdev is modified
by Nicolas Dichtel
· 10 years ago
90c325e
rtnl/do_setlink(): last arg is now a set of flags
by Nicolas Dichtel
· 10 years ago
1889b0e
rtnl/do_setlink(): set modified when IFLA_LINKMODE is updated
by Nicolas Dichtel
· 10 years ago
5d1180f
rtnl/do_setlink(): set modified when IFLA_TXQLEN is updated
by Nicolas Dichtel
· 10 years ago
945a367
rtnetlink: fix VF info size
by Jiri Benc
· 10 years ago
c8a89c4
rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_del
by Alexander Duyck
· 10 years ago
5517750
net: rtnetlink - make create_link take name_assign_type
by Tom Gundersen
· 10 years ago
c835a67
net: set name_assign_type in alloc_netdev()
by Tom Gundersen
· 10 years ago
5e6d243
bridge: netlink dump interface at par with brctl
by Jamal Hadi Salim
· 10 years ago
5d5eacb
bridge: fdb dumping takes a filter device
by Jamal Hadi Salim
· 10 years ago
b0ab2fa
rtnetlink: allow to register ops without ops->setup set
by Jiri Pirko
· 10 years ago
e5eca6d
rtnetlink: fix userspace API breakage for iproute2 < v3.9.0
by Michal Schmidt
· 10 years ago
Next »