summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov2008-03-227-40/+20
* [SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov2008-03-229-12/+15
* [IPV4]: Always pass ip_options pointer into ip_options_compile.Denis V. Lunev2008-03-222-12/+10
* [IPV4]: Remove unused ip_options->is_data.Denis V. Lunev2008-03-223-8/+1
* [IPV4]: Remove unnecessary check for opt->is_data in ip_options_compile.Denis V. Lunev2008-03-221-2/+1
* [TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus2008-03-219-33/+99
* [TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synackPatrick McManus2008-03-211-2/+3
* [TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_threshPatrick McManus2008-03-211-2/+1
* socket: SOCK_DEBUG type checkingStephen Hemminger2008-03-211-1/+5
* [NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6]Pavel Emelyanov2008-03-212-3/+3
* netlink: make socket filters work on netlinkStephen Hemminger2008-03-211-4/+23
* [NETNS][IPV6] tcp6 - make proc per namespaceDaniel Lezcano2008-03-215-19/+24
* [NETNS][IPV6] udp6 - make proc per namespaceDaniel Lezcano2008-03-217-24/+29
* [NETNS][IPV4] tcp - make proc handle the network namespacesDaniel Lezcano2008-03-212-9/+36
* [NETNS][IPV6] tcp - assign the netns for timewait socketsDaniel Lezcano2008-03-211-0/+1
* [NETNS][IPV6] udp - make proc handle the network namespaceDaniel Lezcano2008-03-212-4/+29
* [NETNS][IPV6] mcast - fix compilation warning when procfs is not compiled inDaniel Lezcano2008-03-211-15/+38
* [NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr2008-03-215-4/+19
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-2114-76/+152
|\
| * [NET] ifb: set separate lockdep classes for queue locksJarek Poplawski2008-03-201-0/+15
| * [IPV6] KCONFIG: Fix description about IPV6_TUNNEL.YOSHIFUJI Hideaki2008-03-201-2/+3
| * [TCP]: Fix shrinking windows with window scalingPatrick McHardy2008-03-201-1/+1
| * netpoll: zap_completion_queue: adjust skb->users counterJarek Poplawski2008-03-201-2/+4
| * bridge: use time_before() in br_fdb_cleanup()Fabio Checconi2008-03-201-1/+1
| * [TG3]: Fix build warning on sparc32.David S. Miller2008-03-201-3/+3
| * MAINTAINERS: bluez-devel is subscribers-onlyPavel Machek2008-03-201-1/+1
| * audit: netlink socket can be auto-bound to pid other than current->pid (v2)Pavel Emelyanov2008-03-201-3/+8
| * [NET]: Fix permissions of /proc/netAndre Noll2008-03-201-1/+1
| * [SCTP]: Fix a race between module load and protosw accessVlad Yasevich2008-03-203-61/+112
| * [NETFILTER]: ipt_recent: sanity check hit countDaniel Hokka Zakrisson2008-03-201-0/+2
| * [NETFILTER]: nf_conntrack_h323: logical-bitwise & confusion in process_setup()Roel Kluin2008-03-201-1/+1
| * [RT2X00] drivers/net/wireless/rt2x00/rt2x00dev.c: remove dead code, fix warningAndrew Morton2008-03-181-3/+0
* | [NET]: Add debugging names to __RW_LOCK_UNLOCKED macros.Robert P. J. Day2008-03-182-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-181034-12050/+16382
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2008-03-17949-11533/+15536
| |\
| | * Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-03-175-52/+145
| | |\
| | | * ahci: Add Marvell 6121 SATA supportJose Alberto Reguero2008-03-171-4/+15
| | | * pata_ali: use atapi_cmd_type() to determine cmd type instead of transfer sizeTejun Heo2008-03-171-1/+1
| | | * ahci: implement skip_host_reset parameterTejun Heo2008-03-171-19/+29
| | | * ahci: request all PCI BARsTejun Heo2008-03-171-1/+4
| | | * devres: implement pcim_iomap_regions_request_all()Tejun Heo2008-03-172-0/+27
| | | * libata-acpi: improve dock event handlingTejun Heo2008-03-171-27/+69
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-03-176-14/+34
| | |\ \
| | | * | virtio: fix race in enable_cbChristian Borntraeger2008-03-173-6/+10
| | | * | virtio: Enable netpoll interface for netconsole loggingAmit Shah2008-03-171-0/+12
| | | * | virtio: handle > 2 billion page balloon targetsRusty Russell2008-03-171-2/+2
| | | * | virtio: Fix sysfs bits to have proper block symlinkJeremy Katz2008-03-171-0/+1
| | | * | virtio: Use spin_lock_irqsave/restore for virtio-pciAnthony Liguori2008-03-171-6/+9
| | | |/
| | * / hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakageAl Viro2008-03-171-3/+15
| | |/
| | * Linux 2.6.25-rc6v2.6.25-rc6Linus Torvalds2008-03-161-1/+1