| Commit message (Expand) | Author | Age | Files | Lines |
* | net: add doc for in4_pton() | Amerigo Wang | 2012-10-12 | 1 | -0/+12 |
* | net: add doc for in6_pton() | Amerigo Wang | 2012-10-12 | 1 | -0/+12 |
* | pktgen: replace scan_ip6() with in6_pton() | Amerigo Wang | 2012-10-11 | 1 | -97/+4 |
* | pktgen: enable automatic IPv6 address setting | Amerigo Wang | 2012-10-11 | 1 | -13/+5 |
* | pktgen: display IPv4 address in human-readable format | Amerigo Wang | 2012-10-11 | 1 | -2/+2 |
* | pktgen: set different default min_pkt_size for different protocols | Amerigo Wang | 2012-10-11 | 1 | -7/+20 |
* | pktgen: fix crash when generating IPv6 packets | Amerigo Wang | 2012-10-11 | 1 | -1/+1 |
* | vlan: don't deliver frames for unknown vlans to protocols | Florian Zumbiehl | 2012-10-08 | 1 | -2/+5 |
* | net: gro: selective flush of packets | Eric Dumazet | 2012-10-08 | 1 | -7/+31 |
* | net: gro: fix a potential crash in skb_gro_reset_offset | Eric Dumazet | 2012-10-07 | 1 | -6/+8 |
* | net: Fix skb_under_panic oops in neigh_resolve_output | ramesh.nagappa@gmail.com | 2012-10-07 | 1 | -4/+2 |
* | net: remove skb recycling | Eric Dumazet | 2012-10-07 | 1 | -47/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-03 | 2 | -28/+13 |
|\ |
|
| * | make get_file() return its argument | Al Viro | 2012-09-27 | 1 | -2/+1 |
| * | new helper: iterate_fd() | Al Viro | 2012-09-27 | 1 | -26/+12 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-10-02 | 19 | -206/+394 |
|\ \ |
|
| * | | netlink: add attributes to fdb interface | stephen hemminger | 2012-10-02 | 1 | -2/+4 |
| * | | net: add gro_cells infrastructure | Eric Dumazet | 2012-10-01 | 1 | -0/+2 |
| * | | use skb_end_offset() in skb_try_coalesce() | Weiping Pan | 2012-10-01 | 1 | -2/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-28 | 3 | -4/+8 |
| |\| |
|
| * | | net: use bigger pages in __netdev_alloc_frag | Eric Dumazet | 2012-09-28 | 1 | -16/+30 |
| * | | net: remove sk_init() helper | Eric Dumazet | 2012-09-28 | 1 | -13/+0 |
| * | | filter: add XOR instruction for use with X/K | Daniel Borkmann | 2012-09-24 | 1 | -3/+9 |
| * | | net: use a per task frag allocator | Eric Dumazet | 2012-09-24 | 2 | -30/+56 |
| * | | netpoll: call ->ndo_select_queue() in tx path | Amerigo Wang | 2012-09-19 | 2 | -4/+4 |
| * | | netdev: make address const in device address management | stephen hemminger | 2012-09-19 | 1 | -19/+21 |
| * | | net: provide a default dev->ethtool_ops | Eric Dumazet | 2012-09-19 | 2 | -12/+4 |
| * | | net: dev: fix incorrect getting net device's name | Gao feng | 2012-09-19 | 1 | -8/+20 |
| * | | net: more accurate network taps in transmit path | Eric Dumazet | 2012-09-19 | 1 | -3/+6 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-15 | 3 | -7/+15 |
| |\ \ |
|
| * | | | netprio_cgroup: Use memcpy instead of the for-loop to copy priomap | Srivatsa S. Bhat | 2012-09-13 | 1 | -5/+4 |
| * | | | netprio_cgroup: Remove update_netdev_tables() since it is unnecessary | Srivatsa S. Bhat | 2012-09-13 | 1 | -32/+0 |
| * | | | filter: add MOD operation | Eric Dumazet | 2012-09-10 | 1 | -0/+15 |
| * | | | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 2012-09-10 | 3 | -13/+13 |
| * | | | netlink: hide struct module parameter in netlink_kernel_create | Pablo Neira Ayuso | 2012-09-09 | 2 | -3/+2 |
| * | | | netlink: kill netlink_set_nonroot | Pablo Neira Ayuso | 2012-09-09 | 1 | -1/+1 |
| * | | | scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie. | Eric W. Biederman | 2012-09-07 | 1 | -6/+11 |
| * | | | net: add unknown state to sysfs NIC duplex export | Nikolay Aleksandrov | 2012-09-05 | 1 | -3/+15 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Pablo Neira Ayuso | 2012-09-03 | 7 | -34/+152 |
| |\ \ \ |
|
| | * | | | tcp: TCP Fast Open Server - support TFO listeners | Jerry Chu | 2012-09-01 | 1 | -0/+95 |
| | * | | | net: fix documentation of skb_needs_linearize(). | Rami Rosen | 2012-08-31 | 1 | -3/+1 |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-08-31 | 1 | -9/+1 |
| | |\ \ \ |
|
| | * | | | | netpoll: provide an IP ident in UDP frames | Eric Dumazet | 2012-08-30 | 1 | -1/+2 |
| | * | | | | net: dev: fix the incorrect hold of net namespace's lo device | Gao feng | 2012-08-30 | 1 | -0/+2 |
| | * | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie... | David S. Miller | 2012-08-25 | 3 | -16/+32 |
| | |\ \ \ \ |
|
| | * | | | | | net: Set device operstate at registration time | Ben Hutchings | 2012-08-24 | 2 | -0/+10 |
| | * | | | | | cls_cgroup: Allow classifier cgroups to have their classid reset to 0 | Neil Horman | 2012-08-24 | 1 | -1/+1 |
| | * | | | | | net: reinstate rtnl in call_netdevice_notifiers() | Eric Dumazet | 2012-08-23 | 2 | -4/+8 |
| * | | | | | | netfilter: ipv6: add IPv6 NAT support | Patrick McHardy | 2012-08-30 | 1 | -0/+1 |
| * | | | | | | net: core: add function for incremental IPv6 pseudo header checksum updates | Patrick McHardy | 2012-08-30 | 1 | -0/+20 |
| |/ / / / / |
|