| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-09-05 | 13 | -137/+693 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-09-05 | 2 | -9/+4 |
| |\ |
|
| * | | net: correctly interlink lower/upper devices | Veaceslav Falico | 2013-09-04 | 1 | -2/+2 |
| * | | skb: allow skb_scrub_packet() to be used by tunnels | Nicolas Dichtel | 2013-09-04 | 2 | -8/+13 |
| * | | net: neighbour: Remove CONFIG_ARPD | Tim Gardner | 2013-09-04 | 1 | -2/+0 |
| * | | qdisc: allow setting default queuing discipline | stephen hemminger | 2013-08-31 | 1 | -1/+29 |
| * | | net: add netdev_upper_get_next_dev_rcu(dev, iter) | Veaceslav Falico | 2013-08-29 | 1 | -0/+25 |
| * | | net: remove search_list from netdev_adjacent | Veaceslav Falico | 2013-08-29 | 1 | -36/+1 |
| * | | net: add lower_dev_list to net_device and make a full mesh | Veaceslav Falico | 2013-08-29 | 1 | -27/+258 |
| * | | net: rename netdev_upper to netdev_adjacent | Veaceslav Falico | 2013-08-29 | 1 | -12/+12 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-08-17 | 2 | -2/+3 |
| |\ \ |
|
| * | | | rtnetlink: remove an unneeded test | Dan Carpenter | 2013-08-15 | 1 | -2/+2 |
| * | | | dev: move skb_scrub_packet() after eth_type_trans() | Nicolas Dichtel | 2013-08-15 | 1 | -3/+3 |
| * | | | net: attempt high order allocations in sock_alloc_send_pskb() | Eric Dumazet | 2013-08-10 | 1 | -49/+51 |
| * | | | net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec() | Jason Wang | 2013-08-08 | 1 | -27/+10 |
| * | | | net: use release_pages() in zerocopy_sg_from_iovec() | Jason Wang | 2013-08-08 | 1 | -4/+2 |
| * | | | net: remove the useless comment in zerocopy_sg_from_iovec() | Jason Wang | 2013-08-08 | 1 | -1/+0 |
| * | | | net: use skb_fill_page_desc() in zerocopy_sg_from_iovec() | Jason Wang | 2013-08-08 | 1 | -2/+1 |
| * | | | net: move zerocopy_sg_from_iovec() to net/core/datagram.c | Jason Wang | 2013-08-08 | 1 | -0/+93 |
| * | | | net: move iov_pages() to net/core/iovec.c | Jason Wang | 2013-08-08 | 1 | -0/+24 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-08-04 | 4 | -14/+34 |
| |\ \ \ |
|
| * | | | | fib_rules: fix suppressor names and default values | Stefan Tomanek | 2013-08-03 | 1 | -4/+11 |
| * | | | | neighbour: populate neigh_parms on alloc before calling ndo_neigh_setup | Veaceslav Falico | 2013-08-03 | 1 | -4/+6 |
| * | | | | fib_rules: add route suppression based on ifgroup | Stefan Tomanek | 2013-08-03 | 1 | -0/+10 |
| * | | | | fib_rules: add .suppress operation | Stefan Tomanek | 2013-08-01 | 1 | -0/+8 |
| * | | | | netem: Introduce skb_orphan_partial() helper | Eric Dumazet | 2013-07-31 | 1 | -0/+19 |
| * | | | | flow_dissector: add support for IPPROTO_IPV6 | Tom Herbert | 2013-07-31 | 1 | -0/+3 |
| * | | | | flow_dissector: clean up IPIP case | Tom Herbert | 2013-07-31 | 1 | -1/+2 |
| * | | | | net: export physical port id via sysfs | Jiri Pirko | 2013-07-31 | 1 | -0/+22 |
| * | | | | rtnl: export physical port id via RT netlink | Jiri Pirko | 2013-07-31 | 1 | -1/+24 |
| * | | | | net: add ndo to get id of physical port of the device | Jiri Pirko | 2013-07-31 | 1 | -0/+18 |
| * | | | | pktgen: add needed include file | Stephen Rothwell | 2013-07-29 | 1 | -0/+1 |
| * | | | | pktgen: Use ip_send_check() to compute checksum | Thomas Graf | 2013-07-28 | 1 | -2/+1 |
| * | | | | pktgen: Add UDPCSUM flag to support UDP checksums | Thomas Graf | 2013-07-28 | 1 | -5/+52 |
| * | | | | net: Make devnet_rename_seq static | Thomas Gleixner | 2013-07-25 | 1 | -1/+1 |
| * | | | | net: add sk_stream_is_writeable() helper | Eric Dumazet | 2013-07-25 | 1 | -1/+1 |
| * | | | | net: Provide a generic socket error queue delivery method for Tx time stamps. | Richard Cochran | 2013-07-22 | 1 | -0/+47 |
* | | | | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2013-09-04 | 1 | -37/+35 |
|\ \ \ \ \ |
|
| * | | | | | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup | Tejun Heo | 2013-08-09 | 1 | -1/+1 |
| * | | | | | cgroup: pass around cgroup_subsys_state instead of cgroup in file methods | Tejun Heo | 2013-08-09 | 1 | -6/+4 |
| * | | | | | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods | Tejun Heo | 2013-08-09 | 1 | -10/+10 |
| * | | | | | netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_ne... | Tejun Heo | 2013-08-09 | 1 | -28/+28 |
| * | | | | | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ | Tejun Heo | 2013-08-09 | 1 | -1/+1 |
* | | | | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-09-03 | 1 | -61/+75 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | net: core: convert class code to use dev_groups | Greg Kroah-Hartman | 2013-07-27 | 1 | -61/+75 |
| | |/ / /
| |/| | | |
|
* | | | | | net: revert 8728c544a9c ("net: dev_pick_tx() fix") | Eric Dumazet | 2013-08-30 | 1 | -8/+3 |
* | | | | | net: Check the correct namespace when spoofing pid over SCM_RIGHTS | Andy Lutomirski | 2013-08-27 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg header | Asbjoern Sloth Toennesen | 2013-08-14 | 1 | -1/+1 |
* | | | | rtnetlink: Fix inverted check in ndo_dflt_fdb_del() | Sridhar Samudrala | 2013-08-10 | 1 | -1/+1 |
* | | | | net: flow_dissector: add 802.1ad support | Eric Dumazet | 2013-08-09 | 1 | -0/+1 |