aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-07-077-22/+71
|\
| * bridge: Clear IPCB before possible entry into IP stackHerbert Xu2010-07-071-0/+3
| * bridge br_multicast: BUG: unable to handle kernel NULL pointer dereferenceHerbert Xu2010-07-051-9/+12
| * xfrm: fix xfrm by MARK logicPeter Kosyh2010-07-042-0/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-07-021-2/+4
| |\
| | * netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet2010-07-021-2/+4
| * | net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2010-07-021-0/+18
| * | ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings2010-06-291-9/+27
| * | ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings2010-06-291-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-2710-13/+22
|\ \ \ | |/ /
| * | ipv6: fix NULL reference in proxy neighbor discoverystephen hemminger2010-06-251-1/+1
| * | Bluetooth: Bring back var 'i' incrementGustavo F. Padovan2010-06-241-0/+2
| * | xfrm: check bundle policy existance before dereferencing itTimo Teräs2010-06-241-1/+2
| * | udp: Fix bogus UFO packet generationHerbert Xu2010-06-211-3/+6
| * | bridge: fdb cleanup runs too oftenstephen hemminger2010-06-171-4/+2
| * | Clear IFF_XMIT_DST_RELEASE for teql interfacesTom Hughes2010-06-161-0/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-161-1/+1
| |\ \
| | * | mac80211: fix warn, enum may be used uninitializedChristoph Fritz2010-06-161-1/+1
| * | | bridge: Fix OOM crash in deliver_cloneHerbert Xu2010-06-151-2/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-06-151-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | ipvs: Add missing locking during connection table hashing and unhashingSven Wegener2010-06-091-0/+4
| * | | net: rxhash already set in __copy_skb_headerEric Dumazet2010-06-131-1/+0
| * | | net: fix deliver_no_wcard regression on loopback deviceJohn Fastabend2010-06-131-0/+1
* | | | SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir()Trond Myklebust2010-06-221-16/+22
|/ / /
* | | pktgen: Fix accuracy of inter-packet delay.Daniel Turull2010-06-101-1/+1
* | | pkt_sched: gen_estimator: add a new lockEric Dumazet2010-06-101-3/+12
* | | net: deliver skbs on inactive slaves to exact matchesJohn Fastabend2010-06-102-5/+16
* | | ipv6: fix ICMP6_MIB_OUTERRORSEric Dumazet2010-06-091-2/+2
* | | Merge branch 'num_rx_queues' of git://kernel.ubuntu.com/rtg/net-2.6David S. Miller2010-06-091-5/+3
|\ \ \
| * | | net: Print num_rx_queues imbalance warning only when there are allocated queuesTim Gardner2010-06-091-5/+3
* | | | caif: fix a couple range checksDan Carpenter2010-06-092-2/+2
|/ / /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-093-10/+87
|\ \ \ | | |/ | |/|
| * | mac80211: fix deauth before assocJohannes Berg2010-06-081-2/+38
| * | mac80211: fix function pointer checkHolger Schurig2010-06-071-1/+1
| * | mac80211: process station blockack action frames from workJohannes Berg2010-06-042-7/+48
* | | ipmr: dont corrupt listsEric Dumazet2010-06-072-2/+6
* | | ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet2010-06-061-1/+1
* | | ipv6: avoid high order allocationsEric Dumazet2010-06-051-1/+4
* | | tcp: use correct net ns in cookie_v4_check()Eric Dumazet2010-06-041-1/+1
* | | rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet2010-06-041-3/+4
* | | syncookies: remove Kconfig text line about disabled-by-defaultFlorian Westphal2010-06-041-5/+5
* | | net: check for refcount if pop a stacked dst_entrySteffen Klassert2010-06-041-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-032-4/+15
|\ \ \ | |/ /
| * | mac80211: fix dialog token allocatorJohannes Berg2010-06-011-2/+4
| * | mac80211: fix blockack-req processingJohannes Berg2010-06-011-2/+11
* | | act_pedit: access skb->data safelyChangli Gao2010-06-031-10/+14
* | | cls_u32: use skb_header_pointer() to dereference data safelyChangli Gao2010-06-021-13/+36
* | | TCP: tcp_hybla: Fix integer overflow in slow start incrementDaniele Lacamera2010-06-021-2/+2
* | | act_nat: fix the wrong checksum when addr isn't in old_addr/maskChangli Gao2010-06-021-0/+4
* | | net: fix conflict between null_or_orig and null_or_bondJohn Fastabend2010-06-021-4/+4