aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-07-275-11/+56
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-261-1/+1
| |\
| | * wireless: use netif_rx_ni in ieee80211_send_layer2_updateJohn W. Linville2010-07-201-1/+1
| * | net: dev_forward_skb should call nf_resetBen Greear2010-07-251-0/+1
| * | net sched: fix race in mirred device removalstephen hemminger2010-07-241-3/+40
| * | ipv6: Don't add routes to ipv6 disabled interfaces.Brian Haley2010-07-221-5/+9
| * | net: Fix skb_copy_expand() handling of ->csum_startDavid S. Miller2010-07-221-1/+2
| * | net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cAndrea Shepard2010-07-221-1/+3
* | | mm: add context argument to shrinker callback to remaining shrinkersDave Chinner2010-07-211-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-07-2015-49/+67
|\| |
| * | bridge: Partially disable netpoll supportHerbert Xu2010-07-202-31/+1
| * | tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen2010-07-191-0/+3
| * | IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input())Arnaud Ebalard2010-07-181-1/+2
| * | ipmr: Don't leak memory if fib lookup fails.Ben Greear2010-07-161-2/+6
| * | net: fix problem in reading sock TX queueTom Herbert2010-07-141-4/+3
| * | net/core: neighbour update OopsDoug Kehn2010-07-141-1/+4
| * | net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet2010-07-141-3/+10
| * | rfs: call sock_rps_record_flow() in tcp_splice_read()Changli Gao2010-07-141-0/+1
| * | xfrm: do not assume that template resolving always returns xfrmsTimo Teräs2010-07-141-2/+13
| * | dsa: Fix Kconfig dependencies.David S. Miller2010-07-121-1/+1
| * | act_nat: not all of the ICMP packets need an IP header payloadChangli Gao2010-07-121-1/+4
| * | Phonet: fix skb leak in pipe endpoint accept()Rémi Denis-Courmont2010-07-081-0/+1
| * | Bluetooth: Update sec_level/auth_type for already existing connectionsVille Tervo2010-07-081-0/+5
| * | Bluetooth: Reset the security level after an authentication failureJohan Hedberg2010-07-081-0/+2
| * | Bluetooth: Check L2CAP pending status before sending connect requestAndrei Emeltchenko2010-07-081-3/+11
* | | 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-031-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-251-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-111-1/+1