| Commit message (Expand) | Author | Age | Files | Lines |
* | rtnelink: remove unused parameter from rtnl_create_link(). | Rami Rosen | 2012-11-30 | 1 | -2/+2 |
* | net: Enable a userns root rtnl calls that are safe for unprivilged users | Eric W. Biederman | 2012-11-18 | 1 | -9/+4 |
* | net: Push capable(CAP_NET_ADMIN) into the rtnl methods | Eric W. Biederman | 2012-11-18 | 1 | -1/+16 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-10 | 1 | -1/+2 |
|\ |
|
| * | rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dump | John Fastabend | 2012-11-03 | 1 | -1/+2 |
* | | net: fix bridge notify hook to manage flags correctly | John Fastabend | 2012-11-03 | 1 | -8/+18 |
* | | net: Fix continued iteration in rtnl_bridge_getlink() | Ben Hutchings | 2012-11-02 | 1 | -16/+7 |
* | | ixgbe: add setlink, getlink support to ixgbe and ixgbevf | John Fastabend | 2012-10-31 | 1 | -0/+50 |
* | | net: set and query VEB/VEPA bridge mode via PF_BRIDGE | John Fastabend | 2012-10-31 | 1 | -4/+81 |
* | | net: create generic bridge ops | John Fastabend | 2012-10-31 | 1 | -0/+80 |
* | | netlink: cleanup the unnecessary return value check | Hans Zhang | 2012-10-23 | 1 | -3/+3 |
|/ |
|
* | netlink: add attributes to fdb interface | stephen hemminger | 2012-10-01 | 1 | -2/+4 |
* | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 2012-09-10 | 1 | -6/+6 |
* | netlink: hide struct module parameter in netlink_kernel_create | Pablo Neira Ayuso | 2012-09-08 | 1 | -1/+1 |
* | netlink: kill netlink_set_nonroot | Pablo Neira Ayuso | 2012-09-08 | 1 | -1/+1 |
* | net: remove delay at device dismantle | Eric Dumazet | 2012-08-22 | 1 | -1/+1 |
* | net: Allow to create links with given ifindex | Pavel Emelyanov | 2012-08-09 | 1 | -5/+7 |
* | time: jiffies_delta_to_clock_t() helper to the rescue | Eric Dumazet | 2012-08-09 | 1 | -1/+1 |
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-07-31 | 1 | -0/+1 |
|\ |
|
| * | net: feed /dev/random with the MAC address when registering a device | Theodore Ts'o | 2012-07-14 | 1 | -0/+1 |
* | | ipv6: fix incorrect route 'expires' value passed to userspace | Li Wei | 2012-07-29 | 1 | -2/+6 |
* | | net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling | Jiri Benc | 2012-07-27 | 1 | -1/+7 |
* | | rtnl: Add #ifdef CONFIG_RPS around num_rx_queues reference | Mark A. Greer | 2012-07-22 | 1 | -0/+2 |
* | | rtnl: allow to specify number of rx and tx queues on device creation | Jiri Pirko | 2012-07-20 | 1 | -2/+13 |
* | | rtnl: allow to specify different num for rx and tx queue count | Jiri Pirko | 2012-07-20 | 1 | -8/+8 |
* | | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 2012-07-10 | 1 | -1/+1 |
* | | rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo(). | David S. Miller | 2012-07-10 | 1 | -3/+1 |
* | | netlink: add netlink_kernel_cfg parameter to netlink_kernel_create | Pablo Neira Ayuso | 2012-06-29 | 1 | -2/+7 |
* | | netlink: Get rid of obsolete rtnetlink macros | Thomas Graf | 2012-06-27 | 1 | -13/+0 |
|/ |
|
* | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 2012-05-15 | 1 | -5/+3 |
* | net: rtnetlink notify events for FDB NTF_SELF adds and deletes | John Fastabend | 2012-04-15 | 1 | -2/+33 |
* | net: add fdb generic dump routine | John Fastabend | 2012-04-15 | 1 | -0/+84 |
* | net: add generic PF_BRIDGE:RTM_ FDB hooks | John Fastabend | 2012-04-15 | 1 | -0/+152 |
* | net: cleanup unsigned to unsigned int | Eric Dumazet | 2012-04-15 | 1 | -3/+3 |
* | rtnetlink & bonding: change args got get_tx_queues | stephen hemminger | 2012-04-13 | 1 | -4/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-04-10 | 1 | -1/+0 |
|\ |
|
| * | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | | net: Report dev->promiscuity in netlink reports. | Ben Greear | 2012-04-02 | 1 | -0/+3 |
* | | rtnetlink: Stop using NLA_PUT*(). | David S. Miller | 2012-04-02 | 1 | -32/+35 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-03-05 | 1 | -8/+10 |
|\ |
|
| * | rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo() | Eric Dumazet | 2012-03-04 | 1 | -8/+10 |
* | | rtnetlink: Fix VF IFLA policy | Greg Rose | 2012-02-29 | 1 | -0/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-02-26 | 1 | -21/+57 |
|\ \
| |/ |
|
| * | rtnetlink: Fix problem with buffer allocation | Greg Rose | 2012-02-21 | 1 | -21/+57 |
* | | netlink: add netlink_dump_control structure for netlink_dump_start() | Pablo Neira Ayuso | 2012-02-26 | 1 | -2/+7 |
|/ |
|
* | net: RTNETLINK adjusting values of min_ifinfo_dump_size | Stefan Gula | 2012-01-26 | 1 | -0/+3 |
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2012-01-14 | 1 | -1/+1 |
|\ |
|
| * | security: remove the security_netlink_recv hook as it is equivalent to capable() | Eric Paris | 2012-01-05 | 1 | -1/+1 |
* | | rtnetlink: rtnl_link_register() sanity test | Eric Dumazet | 2011-12-14 | 1 | -11/+14 |
* | | if_link: Add additional parameter to IFLA_VF_INFO for spoof checking | Greg Rose | 2011-10-16 | 1 | -3/+30 |