| Commit message (Expand) | Author | Age | Files | Lines |
* | pktgen: fix module unload for good | Eric Dumazet | 2012-05-18 | 1 | -2/+2 |
* | pktgen: fix crash at module unload | Eric Dumazet | 2012-05-10 | 1 | -2/+8 |
* | Revert "net: maintain namespace isolation between vlan and real device" | David S. Miller | 2012-05-10 | 1 | -31/+5 |
* | drop_monitor: prevent init path from scheduling on the wrong cpu | Neil Horman | 2012-05-02 | 1 | -5/+7 |
* | drop_monitor: Make updating data->skb smp safe | Neil Horman | 2012-04-28 | 1 | -16/+54 |
* | drop_monitor: fix sleeping in invalid context warning | Neil Horman | 2012-04-28 | 1 | -7/+7 |
* | drop_monitor: allow more events per second | Eric Dumazet | 2012-04-21 | 1 | -0/+1 |
* | netns: do not leak net_generic data on failed init | Julian Anastasov | 2012-04-18 | 1 | -15/+18 |
* | net: In unregister_netdevice_notifier unregister the netdevices. | Eric W. Biederman | 2012-04-13 | 1 | -0/+20 |
* | net: allow pskb_expand_head() to get maximum tailroom | Eric Dumazet | 2012-04-11 | 1 | -1/+3 |
* | net: fix a race in sock_queue_err_skb() | Eric Dumazet | 2012-04-06 | 1 | -1/+3 |
* | bpf jit: Make the filter.c::__load_pointer helper non-static for the jits | Jan Seiffert | 2012-04-03 | 1 | -3/+6 |
* | net: fix /proc/net/dev regression | Eric Dumazet | 2012-04-03 | 2 | -46/+15 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-04-02 | 1 | -0/+1 |
|\ |
|
| * | net/core: dev_forward_skb() should clear skb_iif | Benjamin LaHaise | 2012-03-28 | 1 | -0/+1 |
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 | 9 | -9/+0 |
|\ \
| |/
|/| |
|
| * | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 9 | -9/+0 |
* | | net: add a truesize parameter to skb_add_rx_frag() | Eric Dumazet | 2012-03-25 | 1 | -2/+2 |
* | | net: fix napi_reuse_skb() skb reserve | Eric Dumazet | 2012-03-21 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 2012-03-21 | 1 | -2/+2 |
|\ |
|
| * | net: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-03-20 | 9 | -120/+222 |
|\ \ |
|
| * | | net: get rid of some pointless casts to sockaddr | Maciej Żenczykowski | 2012-03-11 | 1 | -1/+1 |
| * | | net: Use bool for return value of dev_valid_name(). | David S. Miller | 2012-03-06 | 1 | -6/+6 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-03-05 | 1 | -8/+10 |
| |\ \
| | |/ |
|
| * | | net: export netdev_stats_to_stats64 | Eric Dumazet | 2012-03-05 | 1 | -4/+5 |
| * | | 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 | 2 | -21/+59 |
| |\ \ |
|
| * | | | netlink: add netlink_dump_control structure for netlink_dump_start() | Pablo Neira Ayuso | 2012-02-26 | 1 | -2/+7 |
| * | | | net: Add missing getsockopt for SO_NOFCS. | David S. Miller | 2012-02-24 | 1 | -0/+3 |
| * | | | net: Support RX-ALL feature flag. | Ben Greear | 2012-02-24 | 1 | -0/+1 |
| * | | | net: Add framework to allow sending packets with customized CRC. | Ben Greear | 2012-02-24 | 2 | -0/+6 |
| * | | | net: Support RXFCS feature flag. | Ben Greear | 2012-02-24 | 1 | -0/+1 |
| * | | | sock: Introduce the SO_PEEK_OFF sock option | Pavel Emelyanov | 2012-02-21 | 1 | -0/+13 |
| * | | | datagram: Add offset argument to __skb_recv_datagram | Pavel Emelyanov | 2012-02-21 | 1 | -8/+13 |
| * | | | datagram: Factor out sk queue referencing | Pavel Emelyanov | 2012-02-21 | 1 | -4/+5 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-02-19 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | gro: fix truesize underestimation | Eric Dumazet | 2012-02-13 | 1 | -1/+2 |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-02-10 | 2 | -12/+3 |
| |\ \ \ \ |
|
| * | | | | | gro: more generic L2 header check | Eric Dumazet | 2012-02-08 | 1 | -2/+8 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-02-04 | 4 | -18/+25 |
| |\ \ \ \ \ |
|
| * | | | | | | PATCH V2 net-next] net: dev: Convert printks to pr_<level> | Joe Perches | 2012-02-01 | 1 | -55/+39 |
| * | | | | | | netpoll: Neaten MAX_SKB_SIZE macro | Joe Perches | 2012-02-01 | 1 | -3/+5 |
| * | | | | | | netpoll: Convert printks to np_<level> and add pr_fmt | Joe Perches | 2012-02-01 | 1 | -35/+28 |
| * | | | | | | net: Allow ipv6 proxies and arp proxies be shown with iproute2 | Tony Zelenoff | 2012-01-30 | 1 | -3/+87 |
* | | | | | | | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-03-20 | 2 | -9/+7 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | cgroup: remove cgroup_subsys argument from callbacks | Li Zefan | 2012-02-02 | 2 | -9/+7 |
* | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2012-03-12 | 1 | -8/+10 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| * | | | | | | | rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo() | Eric Dumazet | 2012-03-04 | 1 | -8/+10 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2012-03-05 | 7 | -39/+77 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|