aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-26syncookies: fix inclusion of tcp options in syn-ackFlorian Westphal1-5/+5
2008-10-26Phonet: do not reply to indication reset packetsRemi Denis-Courmont1-1/+4
2008-10-26wireless: fix regression caused by regulatory config optionArjan van de Ven1-6/+5
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-79/+157
2008-10-23tcp: Restore ordering of TCP options for the sake of inter-operabilityIlpo Järvinen1-6/+17
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+4
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-8/+10
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro1-8/+10
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu3-69/+82
2008-10-23sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED stateWei Yongjun2-1/+46
2008-10-23sctp: Fix to handle SHUTDOWN in SHUTDOWN-PENDING stateWei Yongjun1-1/+1
2008-10-23sctp: Add check for the TSN field of the SHUTDOWN chunkWei Yongjun1-0/+9
2008-10-23sctp: Drop ICMP packet too big message with MTU larger than current PMTUWei Yongjun1-1/+1
2008-10-229p: fix sparse warningsEric Van Hensbergen2-12/+13
2008-10-229p: rdma: RDMA Transport Support for 9PTom Tucker3-0/+722
2008-10-229p: fix debug build errorEric Van Hensbergen2-3/+10
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner1-3/+4
2008-10-21tcp: should use number of sack blocks instead of -1Ilpo Järvinen1-1/+1
2008-10-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds10-3234/+1930
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds16-25/+31
2008-10-20netfilter: replace old NF_ARP calls with NFPROTO_ARPJan Engelhardt3-4/+4
2008-10-20netfilter: fix compilation error with NAT=nPablo Neira Ayuso1-0/+2
2008-10-20netfilter: xt_recent: use proc_create_data()Alexey Dobriyan1-6/+4
2008-10-20netfilter: snmp nat leaks memory in case of failureIlpo Järvinen1-0/+1
2008-10-20netfilter: xt_iprange: fix range inversion matchAlexey Dobriyan1-4/+4
2008-10-20netfilter: ctnetlink: remove obsolete NAT dependency from KconfigPatrick McHardy1-1/+0
2008-10-19pkt_sched: sch_generic: Fix oops in sch_teqlJarek Poplawski1-0/+2
2008-10-19dccp: Port redirection support for DCCPGerrit Renker3-3/+4
2008-10-19tcp: Fix IPv6 fallout from 'Port redirection support for TCP'KOVACS Krisztian2-3/+4
2008-10-19netdev: change name dropping error codesStephen Hemminger1-3/+3
2008-10-19ipvs: Update CONFIG_IP_VS_IPV6 description and help textJulius Volz1-1/+3
2008-10-179p: add more conservative lockingEric Van Hensbergen1-7/+17
2008-10-179p: fix oops in protocol stat parsing error path.Eric Van Hensbergen1-2/+2
2008-10-179p: Improve debug supportEric Van Hensbergen2-27/+70
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven416-13790/+29078
2008-10-179p: eliminate depricated conv functionsEric Van Hensbergen3-1055/+13
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen5-515/+572
2008-10-179p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen1-1/+1
2008-10-179p: remove 9p fcall debug printsEric Van Hensbergen4-385/+0
2008-10-179p: add new protocol support codeEric Van Hensbergen3-0/+489
2008-10-179p: encapsulate version functionEric Van Hensbergen1-30/+44
2008-10-179p: move dirread to fs layerEric Van Hensbergen1-103/+0
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen1-26/+0
2008-10-179p: consolidate read/write functionsEric Van Hensbergen1-122/+28
2008-10-179p: drop broken unused error path from p9_conn_create()Tejun Heo1-16/+1
2008-10-179p: make rpc code common and rework flush codeEric Van Hensbergen3-307/+311
2008-10-179p: use the rcall structure passed in the request in trans_fd read_workEric Van Hensbergen1-63/+66
2008-10-179p: apply common request code to trans_fdEric Van Hensbergen3-171/+117
2008-10-179p: apply common tagpool handling to trans_fdEric Van Hensbergen1-34/+10
2008-10-179p: move request management to client codeEric Van Hensbergen2-127/+161