aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-06-022-12/+17
|\
| * net_cls: fix unconfigured struct tcf_proto keeps chaining and avoid kernel pa...Minoru Usui2009-06-021-6/+17
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-06-011-6/+0
| |\
| | * Bluetooth: Remove useless flush_work() causing lockdep warningsDave Young2009-05-271-6/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-06-015-12/+40
|\| |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-05-274-1/+29
| |\ \
| | * | netfilter: nfnetlink_log: fix wrong skbuff size calculationPablo Neira Ayuso2009-05-271-0/+6
| | * | netfilter: xt_hashlimit does a wrong SEQ_SKIPJesper Dangaard Brouer2009-05-271-1/+1
| | * | netfilter: nf_ct_dccp: add missing DCCP protocol changes in event cachePablo Neira Ayuso2009-05-251-0/+4
| | * | netfilter: nf_ct_tcp: fix accepting invalid RST segmentsJozsef Kadlecsik2009-05-251-0/+18
| * | | cls_cgroup: read classid atomically in classifierPaul Menage2009-05-261-11/+11
| | |/ | |/|
* | | Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-05-293-18/+39
|\ \ \
| * | | svcrdma: dma unmap the correct length for the RPCRDMA header page.Steve Wise2009-05-272-11/+11
| * | | nfsd: Revert "svcrpc: take advantage of tcp autotuning"J. Bruce Fields2009-05-271-7/+28
* | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-05-261-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | XPRTRDMA: fix client rpcrdma FRMR registration on mlx4 devicesVu Pham2009-05-261-1/+2
| |/ /
* | | tcp: tcp_vegas ssthresh bugfixDoug Leith2009-05-261-2/+9
* | | RxRPC: Error handling for rxrpc_alloc_connection()Dan Carpenter2009-05-211-6/+6
* | | ipv4: Fix oops with FIB_TRIERobert Olsson2009-05-211-1/+5
* | | pktgen: do not access flows[] beyond its lengthFlorian Westphal2009-05-211-1/+1
* | | IPv6: set RTPROT_KERNEL to initial routeJean-Mickael Guerin2009-05-201-0/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-05-202-0/+14
|\ \ \
| * | | cfg80211: fix race between core hint and driver's custom applyLuis R. Rodriguez2009-05-201-0/+7
| * | | wext: verify buffer size for SIOCSIWENCODEEXTJohannes Berg2009-05-201-0/+7
| |/ /
* | | net: fix rtable leak in net/ipv4/route.cEric Dumazet2009-05-201-38/+17
* | | net: fix length computation in rt_check_expire()Eric Dumazet2009-05-201-2/+3
|/ /
* | ipv4: make default for INET_LRO consistent with help textFrans Pop2009-05-181-1/+1
* | net: fix skb_seq_read returning wrong offset/length for page frag dataThomas Chenault2009-05-181-1/+1
* | pkt_sched: gen_estimator: use 64 bit intermediate counters for bpsEric Dumazet2009-05-181-6/+7
* | sch_teql: should not dereference skb after ndo_start_xmit()Eric Dumazet2009-05-181-2/+3
* | tcp: fix MSG_PEEK race checkIlpo Järvinen2009-05-181-1/+4
* | bridge: fix initial packet flood if !STPStephen Hemminger2009-05-171-0/+3
* | bridge: relay bridge multicast pkgs if !STPStephen Hemminger2009-05-171-0/+5
* | ipconfig: handle case of delayed DHCP serverChris Friesen2009-05-171-0/+12
* | netpoll: don't dereference NULL dev from npPavel Emelyanov2009-05-171-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6Linus Torvalds2009-05-153-4/+7
|\ \
| * | Bluetooth: Don't trigger disconnect timeout for security mode 3 pairingMarcel Holtmann2009-05-091-1/+1
| * | Bluetooth: Don't use hci_acl_connect_cancel() for incoming connectionsMarcel Holtmann2009-05-091-3/+1
| * | Bluetooth: Fix wrong module refcount when connection setup failsMarcel Holtmann2009-05-092-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Linus Torvalds2009-05-152-2/+2
|\ \ \
| * | | mac80211: avoid NULL ptr deref when finding max_rates in PID and minstrelJohn W. Linville2009-05-112-2/+2
| |/ /
* | | Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-05-123-2/+6
|\ \ \
| * | | svcrdma: clean up error paths.Steve Wise2009-05-032-1/+5
| * | | svcrdma: Fix dma map direction for rdma read targetsSteve Wise2009-04-251-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-05-1017-93/+124
|\ \ \ \ | | |/ / | |/| |
| * | | ipvs: Fix IPv4 FWMARK virtual servicesSimon Horman2009-05-082-4/+9
| * | | ipv4: Make INET_LRO a bool instead of tristate.David S. Miller2009-05-081-1/+1
| * | | net: remove stale reference to fastroute from Kconfig help textAshish Karkare2009-05-071-6/+0
| * | | net: update skb_recycle_check() for hardware timestamping changesLennert Buytenhek2009-05-061-0/+2
| * | | net-sched: fix bfifo default limitPatrick McHardy2009-05-061-1/+1