summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-11/+56
2010-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2010-07-26net: dev_forward_skb should call nf_resetBen Greear1-0/+1
2010-07-25net sched: fix race in mirred device removalstephen hemminger1-3/+40
2010-07-23ipv6: Don't add routes to ipv6 disabled interfaces.Brian Haley1-5/+9
2010-07-23net: Fix skb_copy_expand() handling of ->csum_startDavid S. Miller1-1/+2
2010-07-23net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cAndrea Shepard1-1/+3
2010-07-21mm: add context argument to shrinker callback to remaining shrinkersDave Chinner1-1/+1
2010-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-49/+67
2010-07-20wireless: use netif_rx_ni in ieee80211_send_layer2_updateJohn W. Linville1-1/+1
2010-07-20bridge: Partially disable netpoll supportHerbert Xu2-31/+1
2010-07-19tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen1-0/+3
2010-07-19IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input())Arnaud Ebalard1-1/+2
2010-07-16ipmr: Don't leak memory if fib lookup fails.Ben Greear1-2/+6
2010-07-15net: fix problem in reading sock TX queueTom Herbert1-4/+3
2010-07-15net/core: neighbour update OopsDoug Kehn1-1/+4
2010-07-15net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet1-3/+10
2010-07-15rfs: call sock_rps_record_flow() in tcp_splice_read()Changli Gao1-0/+1
2010-07-15xfrm: do not assume that template resolving always returns xfrmsTimo Teräs1-2/+13
2010-07-13dsa: Fix Kconfig dependencies.David S. Miller1-1/+1
2010-07-13act_nat: not all of the ICMP packets need an IP header payloadChangli Gao1-1/+4
2010-07-09Phonet: fix skb leak in pipe endpoint accept()Rémi Denis-Courmont1-0/+1
2010-07-09Bluetooth: Update sec_level/auth_type for already existing connectionsVille Tervo1-0/+5
2010-07-09Bluetooth: Reset the security level after an authentication failureJohan Hedberg1-0/+2
2010-07-09Bluetooth: Check L2CAP pending status before sending connect requestAndrei Emeltchenko1-3/+11
2010-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-22/+71
2010-07-08bridge: Clear IPCB before possible entry into IP stackHerbert Xu1-0/+3
2010-07-06bridge 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-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-2/+4
2010-07-03net: 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-26ipv6: fix NULL reference in proxy neighbor discoverystephen hemminger1-1/+1
2010-06-25Bluetooth: Bring back var 'i' incrementGustavo F. Padovan1-0/+2
2010-06-25xfrm: 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-22udp: Fix bogus UFO packet generationHerbert Xu1-3/+6
2010-06-18bridge: fdb cleanup runs too oftenstephen hemminger1-4/+2
2010-06-17Clear IFF_XMIT_DST_RELEASE for teql interfacesTom Hughes1-0/+1
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2010-06-16mac80211: fix warn, enum may be used uninitializedChristoph Fritz1-1/+1
2010-06-16bridge: 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/...David S. Miller1-0/+4
2010-06-14net: rxhash already set in __copy_skb_headerEric Dumazet1-1/+0
2010-06-14net: fix deliver_no_wcard regression on loopback deviceJohn Fastabend1-0/+1
2010-06-11pktgen: Fix accuracy of inter-packet delay.Daniel Turull1-1/+1
2010-06-11pkt_sched: gen_estimator: add a new lockEric Dumazet1-3/+12