summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-06-07net: Remove unnecessary net action assertionjamal
2010-06-07net sched: make pedit check for clones insteadjamal
2010-06-07htb: remove two unnecessary assignmentsChangli Gao
2010-06-07raw: avoid two atomics in xmitEric Dumazet
2010-06-07net-caif: Added missing lock validator constantsAlex Lorca
2010-06-07tcp: Fix slowness in read /proc/net/tcpTom Herbert
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-06ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet
2010-06-05ipv6: avoid high order allocationsEric Dumazet
2010-06-05skbuff: add check for non-linear to warn_if_lro and needs_linearizeAlexander Duyck
2010-06-05syncookies: update mss tablesFlorian Westphal
2010-06-05syncookies: avoid unneeded tcp header flag double checkFlorian Westphal
2010-06-05syncookies: make v4/v6 synflood warning behaviour the sameFlorian Westphal
2010-06-04tcp: use correct net ns in cookie_v4_check()Eric Dumazet
2010-06-04rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet
2010-06-04syncookies: remove Kconfig text line about disabled-by-defaultFlorian Westphal
2010-06-04net: check for refcount if pop a stacked dst_entrySteffen Klassert
2010-06-03From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet
2010-06-03arp: RCU changesEric Dumazet
2010-06-03ipv4: RCU changes in __mkroute_input()Eric Dumazet
2010-06-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-06-03act_pedit: access skb->data safelyChangli Gao
2010-06-03net: use __packed annotationEric Dumazet
2010-06-03ipv4: RCU conversion of ip_route_input_slow/ip_route_input_mcEric Dumazet
2010-06-03ipv4: add LINUX_MIB_IPRPFILTER snmp counterEric Dumazet
2010-06-02cls_u32: use skb_header_pointer() to dereference data safelyChangli Gao
2010-06-02TCP: tcp_hybla: Fix integer overflow in slow start incrementDaniele Lacamera
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard
2010-06-02ipconfig: send host-name in DHCP requestsWu Fengguang
2010-06-02act_nat: fix the wrong checksum when addr isn't in old_addr/maskChangli Gao
2010-06-02packet_mmap: expose hw packet timestamps to network packet capture utilitiesScott McMillan
2010-06-02net: CONFIG_NET_NS reductionEric Dumazet
2010-06-02net: add additional lock to qdisc to increase throughputEric Dumazet
2010-06-02net: fix conflict between null_or_orig and null_or_bondJohn Fastabend
2010-06-02net: init_vlan should not copy slave or master flagsJohn Fastabend
2010-06-02net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet
2010-06-02xfrm: force a dst reference in __xfrm_route_forward()Eric Dumazet
2010-06-01mac80211: fix dialog token allocatorJohannes Berg
2010-06-01mac80211: fix blockack-req processingJohannes Berg
2010-06-01ipv6: get rid of ipip6_prl_lockEric Dumazet
2010-06-01net/ipv6/mcast.c: Remove unnecessary kmalloc castsJoe Perches
2010-06-01net/ipv4/igmp.c: Remove unnecessary kmalloc castsJoe Perches
2010-05-31net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1Joe Perches
2010-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-05-31net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet
2010-05-31netfilter: don't xt_jumpstack_alloc twice in xt_register_tableXiaotian Feng
2010-05-31Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-05-31arp_notify: allow drivers to explicitly request a notification event.Ian Campbell