aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-22/+71
2010-07-07bridge: Clear IPCB before possible entry into IP stackHerbert Xu1-0/+3
2010-07-05bridge br_multicast: BUG: unable to handle kernel NULL pointer dereferenceHerbert Xu1-9/+12
2010-07-04xfrm: fix xfrm by MARK logicPeter Kosyh2-0/+4
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-2/+4
2010-07-02net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend1-0/+18
2010-07-02netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet1-2/+4
2010-06-29ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings1-9/+27
2010-06-29ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings1-2/+3
2010-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-13/+22
2010-06-25ipv6: fix NULL reference in proxy neighbor discoverystephen hemminger1-1/+1
2010-06-24Bluetooth: Bring back var 'i' incrementGustavo F. Padovan1-0/+2
2010-06-24xfrm: check bundle policy existance before dereferencing itTimo Teräs1-1/+2
2010-06-22SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir()Trond Myklebust1-16/+22
2010-06-21udp: Fix bogus UFO packet generationHerbert Xu1-3/+6
2010-06-17bridge: fdb cleanup runs too oftenstephen hemminger1-4/+2
2010-06-16Clear IFF_XMIT_DST_RELEASE for teql interfacesTom Hughes1-0/+1
2010-06-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+1
2010-06-16mac80211: fix warn, enum may be used uninitializedChristoph Fritz1-1/+1
2010-06-15bridge: Fix OOM crash in deliver_cloneHerbert Xu1-2/+2
2010-06-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-0/+4
2010-06-13net: rxhash already set in __copy_skb_headerEric Dumazet1-1/+0
2010-06-13net: fix deliver_no_wcard regression on loopback deviceJohn Fastabend1-0/+1
2010-06-10pktgen: Fix accuracy of inter-packet delay.Daniel Turull1-1/+1
2010-06-10pkt_sched: gen_estimator: add a new lockEric Dumazet1-3/+12
2010-06-10net: deliver skbs on inactive slaves to exact matchesJohn Fastabend2-5/+16
2010-06-09ipv6: fix ICMP6_MIB_OUTERRORSEric Dumazet1-2/+2
2010-06-09Merge branch 'num_rx_queues' of git://kernel.ubuntu.com/rtg/net-2.6David S. Miller1-5/+3
2010-06-09caif: fix a couple range checksDan Carpenter2-2/+2
2010-06-09net: Print num_rx_queues imbalance warning only when there are allocated queuesTim Gardner1-5/+3
2010-06-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller3-10/+87
2010-06-09ipvs: Add missing locking during connection table hashing and unhashingSven Wegener1-0/+4
2010-06-08mac80211: fix deauth before assocJohannes Berg1-2/+38
2010-06-07mac80211: fix function pointer checkHolger Schurig1-1/+1
2010-06-07ipmr: dont corrupt listsEric Dumazet2-2/+6
2010-06-06ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet1-1/+1
2010-06-05ipv6: avoid high order allocationsEric Dumazet1-1/+4
2010-06-04tcp: use correct net ns in cookie_v4_check()Eric Dumazet1-1/+1
2010-06-04rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet1-3/+4
2010-06-04syncookies: remove Kconfig text line about disabled-by-defaultFlorian Westphal1-5/+5
2010-06-04net: check for refcount if pop a stacked dst_entrySteffen Klassert1-2/+2
2010-06-04mac80211: process station blockack action frames from workJohannes Berg2-7/+48
2010-06-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-4/+15
2010-06-03act_pedit: access skb->data safelyChangli Gao1-10/+14
2010-06-02cls_u32: use skb_header_pointer() to dereference data safelyChangli Gao1-13/+36
2010-06-02TCP: tcp_hybla: Fix integer overflow in slow start incrementDaniele Lacamera1-2/+2
2010-06-02act_nat: fix the wrong checksum when addr isn't in old_addr/maskChangli Gao1-0/+4
2010-06-02net: fix conflict between null_or_orig and null_or_bondJohn Fastabend1-4/+4
2010-06-02net: init_vlan should not copy slave or master flagsJohn Fastabend1-1/+2
2010-06-02xfrm: force a dst reference in __xfrm_route_forward()Eric Dumazet1-0/+1