aboutsummaryrefslogtreecommitdiffstats
path: root/net/econet (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-22[IPV4]: Remove unused ip_options->is_data.Denis V. Lunev3-8/+1
2008-03-22[IPV4]: Remove unnecessary check for opt->is_data in ip_options_compile.Denis V. Lunev1-2/+1
2008-03-21[TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus9-33/+99
2008-03-21[TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synackPatrick McManus1-2/+3
2008-03-21[TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_threshPatrick McManus1-2/+1
2008-03-21socket: SOCK_DEBUG type checkingStephen Hemminger1-1/+5
2008-03-21[NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6]Pavel Emelyanov2-3/+3
2008-03-21netlink: make socket filters work on netlinkStephen Hemminger1-4/+23
2008-03-21[NETNS][IPV6] tcp6 - make proc per namespaceDaniel Lezcano5-19/+24
2008-03-21[NETNS][IPV6] udp6 - make proc per namespaceDaniel Lezcano7-24/+29
2008-03-21[NETNS][IPV4] tcp - make proc handle the network namespacesDaniel Lezcano2-9/+36
2008-03-21[NETNS][IPV6] tcp - assign the netns for timewait socketsDaniel Lezcano1-0/+1
2008-03-21[NETNS][IPV6] udp - make proc handle the network namespaceDaniel Lezcano2-4/+29
2008-03-21[NETNS][IPV6] mcast - fix compilation warning when procfs is not compiled inDaniel Lezcano1-15/+38
2008-03-21[NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr5-4/+19
2008-03-20[NET] ifb: set separate lockdep classes for queue locksJarek Poplawski1-0/+15
2008-03-20[IPV6] KCONFIG: Fix description about IPV6_TUNNEL.YOSHIFUJI Hideaki1-2/+3
2008-03-20[TCP]: Fix shrinking windows with window scalingPatrick McHardy1-1/+1
2008-03-20netpoll: zap_completion_queue: adjust skb->users counterJarek Poplawski1-2/+4
2008-03-20bridge: use time_before() in br_fdb_cleanup()Fabio Checconi1-1/+1
2008-03-20[TG3]: Fix build warning on sparc32.David S. Miller1-3/+3
2008-03-20MAINTAINERS: bluez-devel is subscribers-onlyPavel Machek1-1/+1
2008-03-20audit: netlink socket can be auto-bound to pid other than current->pid (v2)Pavel Emelyanov1-3/+8
2008-03-20[NET]: Fix permissions of /proc/netAndre Noll1-1/+1
2008-03-20[SCTP]: Fix a race between module load and protosw accessVlad Yasevich3-61/+112
2008-03-20[NETFILTER]: ipt_recent: sanity check hit countDaniel Hokka Zakrisson1-0/+2
2008-03-20[NETFILTER]: nf_conntrack_h323: logical-bitwise & confusion in process_setup()Roel Kluin1-1/+1
2008-03-18[RT2X00] drivers/net/wireless/rt2x00/rt2x00dev.c: remove dead code, fix warningAndrew Morton1-3/+0
2008-03-18[NET]: Add debugging names to __RW_LOCK_UNLOCKED macros.Robert P. J. Day2-2/+2
2008-03-17[IPV4]: esp_output() misannotationsAl Viro1-1/+1
2008-03-17[8021Q]: vlan_dev misannotationsAl Viro1-1/+1
2008-03-17xfrm: ->eth_proto is __be16Al Viro1-1/+1
2008-03-17[IPV4]: ipv4_is_lbcast() misannotationsAl Viro1-1/+1
2008-03-17[SUNRPC]: net/* NULL noiseAl Viro1-1/+1
2008-03-17[SCTP]: fix misannotated __sctp_rcv_asconf_lookup()Al Viro1-1/+1
2008-03-17[PKT_SCHED]: annotate cls_u32Al Viro3-9/+9
2008-03-17[NET] endianness noise: INADDR_ANYAl Viro8-15/+16
2008-03-17hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakageAl Viro1-3/+15
2008-03-17ahci: Add Marvell 6121 SATA supportJose Alberto Reguero1-4/+15
2008-03-17pata_ali: use atapi_cmd_type() to determine cmd type instead of transfer sizeTejun Heo1-1/+1
2008-03-17ahci: implement skip_host_reset parameterTejun Heo1-19/+29
2008-03-17ahci: request all PCI BARsTejun Heo1-1/+4
2008-03-17devres: implement pcim_iomap_regions_request_all()Tejun Heo2-0/+27
2008-03-17libata-acpi: improve dock event handlingTejun Heo1-27/+69
2008-03-17ioc3.c: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-11/+11
2008-03-17ucc_geth: use correct thread number for 10/100Mbps linkJoakim Tjernlund1-2/+4
2008-03-17igb: Correctly get protocol informationMitch Williams1-4/+17
2008-03-17[IOC3] Fix section missmatchRalf Baechle1-1/+2
2008-03-172.6.25-rc4 de_stop_rxtx polling wrongGrant Grundler1-3/+7
2008-03-17forcedeth: limit tx to 16Ayaz Abdulla1-18/+100