aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* skbuff: add check for non-linear to warn_if_lro and needs_linearizeAlexander Duyck2010-06-051-3/+4
* syncookies: update mss tablesFlorian Westphal2010-06-052-43/+34
* syncookies: avoid unneeded tcp header flag double checkFlorian Westphal2010-06-054-4/+4
* syncookies: make v4/v6 synflood warning behaviour the sameFlorian Westphal2010-06-051-11/+13
* From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet2010-06-032-110/+101
* arp: RCU changesEric Dumazet2010-06-031-7/+4
* ipv4: RCU changes in __mkroute_input()Eric Dumazet2010-06-031-5/+3
* net: use __packed annotationEric Dumazet2010-06-037-18/+18
* ipv4: RCU conversion of ip_route_input_slow/ip_route_input_mcEric Dumazet2010-06-031-18/+17
* ipv4: add LINUX_MIB_IPRPFILTER snmp counterEric Dumazet2010-06-034-15/+26
* net: replace hooks in __netif_receive_skb V5Jiri Pirko2010-06-025-71/+73
* ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-029-96/+51
* ipconfig: send host-name in DHCP requestsWu Fengguang2010-06-021-0/+7
* packet_mmap: expose hw packet timestamps to network packet capture utilitiesScott McMillan2010-06-021-2/+35
* net: CONFIG_NET_NS reductionEric Dumazet2010-06-022-11/+3
* net: add additional lock to qdisc to increase throughputEric Dumazet2010-06-022-4/+26
* net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet2010-06-022-4/+4
* ipv6: get rid of ipip6_prl_lockEric Dumazet2010-06-011-6/+2
* net/ipv6/mcast.c: Remove unnecessary kmalloc castsJoe Perches2010-06-011-2/+1
* net/ipv4/igmp.c: Remove unnecessary kmalloc castsJoe Perches2010-06-011-2/+1
* arp_notify: allow drivers to explicitly request a notification event.Ian Campbell2010-05-312-0/+19
* caif: cleanup: remove duplicate checksDan Carpenter2010-05-311-6/+2
* caif: remove unneeded null check in caif_connect()Dan Carpenter2010-05-311-2/+1
* net/dccp: Use memdup_userJulia Lawall2010-05-311-8/+3
* net/can: Use memdup_userJulia Lawall2010-05-311-8/+3
* tcp: tcp_md5_hash_skb_data() frag_list handlingEric Dumazet2010-05-311-0/+5
* net: remove zap_completion_queueEric Dumazet2010-05-312-32/+3
* net: Use __this_cpu_inc() in fast pathEric Dumazet2010-05-312-4/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-319-15/+27
|\
| * net: fix sk_forward_alloc corruptionsEric Dumazet2010-05-293-2/+10
| * Phonet: listening socket lock protects the connected socket listRĂ©mi Denis-Courmont2010-05-291-3/+3
| * caif: unlock on error path in cfserl_receive()Dan Carpenter2010-05-291-2/+4
| * net/rds: Add missing mutex_unlockJulia Lawall2010-05-292-0/+2
| * skb: make skb_recycle_check() return a bool valueChangli Gao2010-05-291-6/+6
| * IPv6: fix Mobile IPv6 regressionBrian Haley2010-05-281-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-05-281-1/+1
| |\
| | * mac80211: make a function staticJohannes Berg2010-05-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-2811-27/+70
|\ \ \ | |/ /
| * | netlink: bug fix: wrong size was calculated for vfinfo list blobScott Feldman2010-05-281-5/+6
| * | netlink: bug fix: don't overrun skbs on vf_port dumpScott Feldman2010-05-281-6/+9
| * | xt_tee: use skb_dst_drop()Eric Dumazet2010-05-281-2/+2
| * | ipv6: Add GSO support on forwarding pathHerbert Xu2010-05-281-1/+1
| * | net: fix __neigh_event_send()Eric Dumazet2010-05-281-0/+1
| * | net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2010-05-274-10/+48
| * | net/iucv: Add missing spin_unlockJulia Lawall2010-05-261-1/+1
| * | ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter2010-05-262-2/+2
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-271-6/+6
|\ \ \
| * \ \ Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-2112-80/+215
| |\ \ \
| * \ \ \ Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-182-6/+58
| |\ \ \ \
| * | | | | tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-141-6/+6