aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vlan: propogate ethtool speed valuesStephen Hemminger2008-10-283-6/+30
* net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-289-55/+39
* net: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-2813-53/+34
* netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-2810-64/+45
* net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison2008-10-286-24/+17
* xfrm: Notify changes in UDP encapsulation via netlinkMartin Willi2008-10-281-0/+52
* net: don't use INIT_RCU_HEADAlexey Dobriyan2008-10-285-14/+1
* net: reduce structures when XFRM=nAlexey Dobriyan2008-10-286-5/+9
* netlink: constify struct nlattr * arg to parsing functionsPatrick McHardy2008-10-281-1/+1
* netns: Coexist with the sysfs limitations v2Eric W. Biederman2008-10-273-6/+28
* net: convert print_mac to %pMJohannes Berg2008-10-2713-131/+67
* mac80211: convert to %pM away from print_macJohannes Berg2008-10-2714-225/+130
* net: implement emergency route cache rebulds when gc_elasticity is exceededNeil Horman2008-10-272-2/+142
* syncookies: fix inclusion of tcp options in syn-ackFlorian Westphal2008-10-261-5/+5
* Phonet: do not reply to indication reset packetsRemi Denis-Courmont2008-10-261-1/+4
* wireless: fix regression caused by regulatory config optionArjan van de Ven2008-10-261-6/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-237-79/+157
|\
| * tcp: Restore ordering of TCP options for the sake of inter-operabilityIlpo Järvinen2008-10-231-6/+17
| * net: Fix disjunct computation of netdev featuresHerbert Xu2008-10-233-69/+82
| * sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED stateWei Yongjun2008-10-232-1/+46
| * sctp: Fix to handle SHUTDOWN in SHUTDOWN-PENDING stateWei Yongjun2008-10-231-1/+1
| * sctp: Add check for the TSN field of the SHUTDOWN chunkWei Yongjun2008-10-231-0/+9
| * sctp: Drop ICMP packet too big message with MTU larger than current PMTUWei Yongjun2008-10-231-1/+1
| * tcp: should use number of sack blocks instead of -1Ilpo Järvinen2008-10-211-1/+1
* | Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds2008-10-231-3/+4
|\ \
| * \ Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-221-3/+4
| |\ \ | | |/ | |/|
| | * Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-17416-13790/+29078
| | |\
| | * | hrtimer: convert net::sched_cbq to the new hrtimer apisArjan van de Ven2008-09-051-3/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-231-8/+10
|\ \ \ \
| * | | | [PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro2008-10-231-8/+10
| |/ / /
* | | | 9p: fix sparse warningsEric Van Hensbergen2008-10-222-12/+13
* | | | 9p: rdma: RDMA Transport Support for 9PTom Tucker2008-10-223-0/+722
* | | | 9p: fix debug build errorEric Van Hensbergen2008-10-222-3/+10
|/ / /
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/eric...Linus Torvalds2008-10-2010-3234/+1930
|\ \ \
| * | | 9p: add more conservative lockingEric Van Hensbergen2008-10-171-7/+17
| * | | 9p: fix oops in protocol stat parsing error path.Eric Van Hensbergen2008-10-171-2/+2
| * | | 9p: Improve debug supportEric Van Hensbergen2008-10-172-27/+70
| * | | 9p: eliminate depricated conv functionsEric Van Hensbergen2008-10-173-1055/+13
| * | | 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-175-515/+572
| * | | 9p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen2008-10-171-1/+1
| * | | 9p: remove 9p fcall debug printsEric Van Hensbergen2008-10-174-385/+0
| * | | 9p: add new protocol support codeEric Van Hensbergen2008-10-173-0/+489
| * | | 9p: encapsulate version functionEric Van Hensbergen2008-10-171-30/+44
| * | | 9p: move dirread to fs layerEric Van Hensbergen2008-10-171-103/+0
| * | | 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-171-26/+0
| * | | 9p: consolidate read/write functionsEric Van Hensbergen2008-10-171-122/+28
| * | | 9p: drop broken unused error path from p9_conn_create()Tejun Heo2008-10-171-16/+1
| * | | 9p: make rpc code common and rework flush codeEric Van Hensbergen2008-10-173-307/+311
| * | | 9p: use the rcall structure passed in the request in trans_fd read_workEric Van Hensbergen2008-10-171-63/+66
| * | | 9p: apply common request code to trans_fdEric Van Hensbergen2008-10-173-171/+117