| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-06-06 | 22 | -75/+134 |
|\ |
|
| * | ip6mr: fix a typo in ip6mr_for_each_table() | Eric Dumazet | 2010-06-06 | 1 | -1/+1 |
| * | ipv6: avoid high order allocations | Eric Dumazet | 2010-06-05 | 1 | -1/+4 |
| * | tcp: use correct net ns in cookie_v4_check() | Eric Dumazet | 2010-06-04 | 1 | -1/+1 |
| * | rps: tcp: fix rps_sock_flow_table table updates | Eric Dumazet | 2010-06-04 | 1 | -3/+4 |
| * | syncookies: remove Kconfig text line about disabled-by-default | Florian Westphal | 2010-06-04 | 1 | -5/+5 |
| * | net: check for refcount if pop a stacked dst_entry | Steffen Klassert | 2010-06-04 | 1 | -2/+2 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-06-03 | 2 | -4/+15 |
| |\ |
|
| | * | mac80211: fix dialog token allocator | Johannes Berg | 2010-06-01 | 1 | -2/+4 |
| | * | mac80211: fix blockack-req processing | Johannes Berg | 2010-06-01 | 1 | -2/+11 |
| * | | act_pedit: access skb->data safely | Changli Gao | 2010-06-03 | 1 | -10/+14 |
| * | | cls_u32: use skb_header_pointer() to dereference data safely | Changli Gao | 2010-06-02 | 1 | -13/+36 |
| * | | TCP: tcp_hybla: Fix integer overflow in slow start increment | Daniele Lacamera | 2010-06-02 | 1 | -2/+2 |
| * | | act_nat: fix the wrong checksum when addr isn't in old_addr/mask | Changli Gao | 2010-06-02 | 1 | -0/+4 |
| * | | net: fix conflict between null_or_orig and null_or_bond | John Fastabend | 2010-06-02 | 1 | -4/+4 |
| * | | net: init_vlan should not copy slave or master flags | John Fastabend | 2010-06-02 | 1 | -1/+2 |
| * | | xfrm: force a dst reference in __xfrm_route_forward() | Eric Dumazet | 2010-06-02 | 1 | -0/+1 |
| * | | net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1 | Joe Perches | 2010-05-31 | 1 | -2/+2 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-05-31 | 3 | -16/+5 |
| |\ \ |
|
| | * | | netfilter: xtables: stackptr should be percpu | Eric Dumazet | 2010-05-31 | 3 | -12/+5 |
| | * | | netfilter: don't xt_jumpstack_alloc twice in xt_register_table | Xiaotian Feng | 2010-05-31 | 1 | -4/+0 |
| * | | | net: sock_queue_err_skb() dont mess with sk_forward_alloc | Eric Dumazet | 2010-05-31 | 3 | -10/+32 |
| * | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-05-31 | 19 | -105/+232 |
| |\ \ \
| | |/ / |
|
* | | | | skbuff: add check for non-linear to warn_if_lro and needs_linearize | Alexander Duyck | 2010-06-05 | 1 | -3/+4 |
* | | | | syncookies: update mss tables | Florian Westphal | 2010-06-05 | 2 | -43/+34 |
* | | | | syncookies: avoid unneeded tcp header flag double check | Florian Westphal | 2010-06-05 | 4 | -4/+4 |
* | | | | syncookies: make v4/v6 synflood warning behaviour the same | Florian Westphal | 2010-06-05 | 1 | -11/+13 |
* | | | | From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001 | Eric Dumazet | 2010-06-03 | 2 | -110/+101 |
* | | | | arp: RCU changes | Eric Dumazet | 2010-06-03 | 1 | -7/+4 |
* | | | | ipv4: RCU changes in __mkroute_input() | Eric Dumazet | 2010-06-03 | 1 | -5/+3 |
* | | | | net: use __packed annotation | Eric Dumazet | 2010-06-03 | 7 | -18/+18 |
* | | | | ipv4: RCU conversion of ip_route_input_slow/ip_route_input_mc | Eric Dumazet | 2010-06-03 | 1 | -18/+17 |
* | | | | ipv4: add LINUX_MIB_IPRPFILTER snmp counter | Eric Dumazet | 2010-06-03 | 4 | -15/+26 |
* | | | | net: replace hooks in __netif_receive_skb V5 | Jiri Pirko | 2010-06-02 | 5 | -71/+73 |
* | | | | ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) option | Arnaud Ebalard | 2010-06-02 | 9 | -96/+51 |
* | | | | ipconfig: send host-name in DHCP requests | Wu Fengguang | 2010-06-02 | 1 | -0/+7 |
* | | | | packet_mmap: expose hw packet timestamps to network packet capture utilities | Scott McMillan | 2010-06-02 | 1 | -2/+35 |
* | | | | net: CONFIG_NET_NS reduction | Eric Dumazet | 2010-06-02 | 2 | -11/+3 |
* | | | | net: add additional lock to qdisc to increase throughput | Eric Dumazet | 2010-06-02 | 2 | -4/+26 |
* | | | | net: Define accessors to manipulate QDISC_STATE_RUNNING | Eric Dumazet | 2010-06-02 | 2 | -4/+4 |
* | | | | ipv6: get rid of ipip6_prl_lock | Eric Dumazet | 2010-06-01 | 1 | -6/+2 |
* | | | | net/ipv6/mcast.c: Remove unnecessary kmalloc casts | Joe Perches | 2010-06-01 | 1 | -2/+1 |
* | | | | net/ipv4/igmp.c: Remove unnecessary kmalloc casts | Joe Perches | 2010-06-01 | 1 | -2/+1 |
* | | | | arp_notify: allow drivers to explicitly request a notification event. | Ian Campbell | 2010-05-31 | 2 | -0/+19 |
* | | | | caif: cleanup: remove duplicate checks | Dan Carpenter | 2010-05-31 | 1 | -6/+2 |
* | | | | caif: remove unneeded null check in caif_connect() | Dan Carpenter | 2010-05-31 | 1 | -2/+1 |
* | | | | net/dccp: Use memdup_user | Julia Lawall | 2010-05-31 | 1 | -8/+3 |
* | | | | net/can: Use memdup_user | Julia Lawall | 2010-05-31 | 1 | -8/+3 |
* | | | | tcp: tcp_md5_hash_skb_data() frag_list handling | Eric Dumazet | 2010-05-31 | 1 | -0/+5 |
* | | | | net: remove zap_completion_queue | Eric Dumazet | 2010-05-31 | 2 | -32/+3 |